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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 予?粟B | 100101110101110000111111100010001011111001000010 | 975c3f88be42 |
EUC-JP | 予?粟B | 110011011011110100111111101100001100000001000010 | cdbd3fb0c042 |
UTF-8 | 予밆粟B | 11100100101110101000100011101011101100001000011011100111101100101001111101000010 | e4ba88ebb086e7b29f42 |
UHC | 予밆粟B | 11100101111110001001001101000100111000011101100001000010 | e5f89344e1d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)