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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 曖??e^ | 100111100100001000111111001111110110010101011110 | 9e423f3f655e |
EUC-JP | 曖??e^ | 110110111010001100111111001111110110010101011110 | dba33f3f655e |
UTF-8 | 曖며쐞e^ | 1110011010011011100101101110101110101001101100001110110010010000100111100110010101011110 | e69b96eba9b0ec909e655e |
UHC | 曖며쐞e^ | 1110010011110010101110001110011110011100100001000110010101011110 | e4f2b8e79c84655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)