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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 罠縢罠縢B | 111000111010100111100011011101111110001110101001111000110111011101000010 | e3a9e377e3a9e37742 |
EUC-JP | 罠縢罠縢B | 111001101010101111100101110110001110011010101011111001011101100001000010 | e6abe5d8e6abe5d842 |
UTF-8 | 罠縢罠縢B | 11100111101111011010000011100111101110001010001011100111101111011010000011100111101110001010001001000010 | e7bda0e7b8a2e7bda0e7b8a242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)