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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝣℃e | 111001011010000010000001100011101000001010000101 | e5a0818e8285 |
EUC-JP | 蝣℃e | 111010101010001010100001111011101010001111100101 | eaa2a1eea3e5 |
UTF-8 | 蝣℃e | 111010001001110110100011111000101000010010000011111011111011110110000101 | e89da3e28483efbd85 |
UHC | ?℃e | 0011111110100001110010011010001111100101 | 3fa1c9a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)