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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籘顏韜 | 111000101101101011101000111110001110100011101001 | e2dae8f8e8e9 |
EUC-JP | 籘顏韜 | 111001001101110011110000111110101111000011101011 | e4dcf0faf0eb |
UTF-8 | 籘顏韜 | 111001111011000110011000111010011010000110001111111010011001111110011100 | e7b198e9a18fe99f9c |
UHC | ??韜 | 00111111001111111101010010110111 | 3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)