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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 翁?淨?弔? | 100010011010010100111111100111111100010000111111100100101010001000111111 | 89a53f9fc43f92a23f |
EUC-JP | 翁?淨?弔? | 101100101010011100111111110111101100011000111111110001001010010000111111 | b2a73fdec63fc4a43f |
UTF-8 | 翁렫淨렠弔렟 | 111001111011111110000001111010111010000010101011111001101011011110101000111010111010000010100000111001011011110010010100111010111010000010011111 | e7bf81eba0abe6b7a8eba0a0e5bc94eba09f |
UHC | 翁렫淨렠弔렟 | 111010001011101010001110101110011110111111100100100011101011000111110000110000001000111010110000 | e8ba8eb9efe48eb1f0c08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)