To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 寐・ | 10011011100001111000000101000101 | 9b878145 |
EUC-JP | 寐・ | 11010101111001111010000110100110 | d5e7a1a6 |
UTF-8 | 寐・ | 111001011010111110010000111000111000001110111011 | e5af90e383bb |
UHC | 寐? | 110110001101101100111111 | d8db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)