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 | 00111111111110110100011100111111111110110100011101000010 | 3ffb473ffb4742 |
EUC-JP | ?湜?湜B | 001111111000111111000111111111000011111110001111110001111111110001000010 | 3f8fc7fc3f8fc7fc42 |
UTF-8 | 뤆湜뤆湜B | 11101011101001001000011011100110101110011001110011101011101001001000011011100110101110011001110001000010 | eba486e6b99ceba486e6b99c42 |
UHC | 뤆湜뤆湜B | 100011111011011011100011110101111000111110110110111000111101011101000010 | 8fb6e3d78fb6e3d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)