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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菽舌泄菽舌 | 11100100110000011001000011100011100111111001010111100100110000011001000011100011 | e4c190e39f95e4c190e3 |
EUC-JP | 菽舌泄菽舌 | 11101000110000111100000011100101110111011111010111101000110000111100000011100101 | e8c3c0e5ddf5e8c3c0e5 |
UTF-8 | 菽舌泄菽舌 | 111010001000111110111101111010001000100010001100111001101011001110000100111010001000111110111101111010001000100010001100 | e88fbde8888ce6b384e88fbde8888c |
UHC | 菽舌泄菽舌 | 11100010110111011110000011011111111000001101110011100010110111011110000011011111 | e2dde0dfe0dce2dde0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)