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 | 樂띷낄樂띷낄^ | 11101111101001101011111111101011100111011011011111101011100000101000010011101111101001101011111111101011100111011011011111101011100000101000010001011110 | efa6bfeb9db7eb8284efa6bfeb9db7eb82845e |
UHC | 樂띷낄樂띷낄^ | 11101000111110011000110111100110101100111010010111101000111110011000110111100110101100111010010101011110 | e8f98de6b3a5e8f98de6b3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)