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 | 11100000101100001110001111100000111001001110101001000010 | e0b0e3e0e4ea42 |
EUC-JP | 牴聰蓐B | 11100000101100101110011011100010111010001110110001000010 | e0b2e6e2e8ec42 |
UTF-8 | 牴聰蓐B | 11100111100010011011010011101000100000011011000011101000100100111001000001000010 | e789b4e881b0e8939042 |
UHC | ?聰?B | 0011111111110101110001100011111101000010 | 3ff5c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)