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 | 11101000100000001000110011100110100000101000100101000010 | e8808ce6828942 |
EUC-JP | 閠梧iB | 11101111111000001011100011101000101000111110100101000010 | efe0b8e8a3e942 |
UTF-8 | 閠梧iB | 11101001100101101010000011100110101000101010011111101111101111011000100101000010 | e996a0e6a2a7efbd8942 |
UHC | ?梧iB | 001111111110011111111100101000111110100101000010 | 3fe7fca3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)