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 | 11100111101011111000110011100111100111101000111001000010 | e7af8ce79e8e42 |
EUC-JP | 遽檎梹B | 11101110101100011011100011101001110110111110111001000010 | eeb1b8e9dbee42 |
UTF-8 | 遽檎梹B | 11101001100000011011110111100110101010101000111011100110101000101011100101000010 | e981bde6aa8ee6a2b942 |
UHC | 遽檎?B | 110010111110100011010000110101010011111101000010 | cbe8d0d53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)