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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籘顏韜籘 | 1110001011011010111010001111100011101000111010011110001011011010 | e2dae8f8e8e9e2da |
EUC-JP | 籘顏韜籘 | 1110010011011100111100001111101011110000111010111110010011011100 | e4dcf0faf0ebe4dc |
UTF-8 | 籘顏韜籘 | 111001111011000110011000111010011010000110001111111010011001111110011100111001111011000110011000 | e7b198e9a18fe99f9ce7b198 |
UHC | ??韜? | 0011111100111111110101001011011100111111 | 3f3fd4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)