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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 樂띶눀樂띷쑍^ | 11101111101001101011111111101011100111011011011011101011100010001000000011101111101001101011111111101011100111011011011111101100100100011000110101011110 | efa6bfeb9db6eb8880efa6bfeb9db7ec918d5e |
UHC | 樂띶눀樂띷쑍^ | 11101000111110011000110111100101100001111010000111101000111110011000110111100110100111001010110001011110 | e8f98de587a1e8f98de69cac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)