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 | 鄕乗iB | 11111011101110001000111111100110100000101000100101000010 | fbb88fe6828942 |
EUC-JP | ?乗iB | 001111111011111011101000101000111110100101000010 | 3fbee8a3e942 |
UTF-8 | 鄕乗iB | 11101001100001001001010111100100101110011001011111101111101111011000100101000010 | e98495e4b997efbd8942 |
UHC | 鄕?iB | 111110101100000100111111101000111110100101000010 | fac13fa3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)