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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蘚?B | 11100101011001000011111101000010 | e5643f42 |
EUC-JP | 蘚饍B | 111010011100010110001111111010001110110101000010 | e9c58fe8ed42 |
UTF-8 | 蘚饍B | 11101000100110001001101011101001101001011000110101000010 | e8989ae9a58d42 |
UHC | 蘚饍B | 1110000011010000111000001101011101000010 | e0d0e0d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)