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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉚舌Η蒻 | 1110011111110100100100001110001110000011101001011110010011101000 | e7f490e383a5e4e8 |
EUC-JP | 鉚舌Η蒻 | 1110111011110110110000001110010110100110101001111110100011101010 | eef6c0e5a6a7e8ea |
UTF-8 | 鉚舌Η蒻 | 1110100110001001100110101110100010001000100011001100111010010111111010001001001010111011 | e9899ae8888cce97e892bb |
UHC | ?舌Η蒻 | 00111111111000001101111110100101110001111110010110110110 | 3fe0dfa5c7e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)