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 | 醫溺莉 | 111001111100111010010011010011011110010010111011 | e7ce934de4bb |
EUC-JP | 醫溺莉 | 111011101101000011000101101011101110100010111101 | eed0c5aee8bd |
UTF-8 | 醫溺莉 | 111010011000011010101011111001101011101010111010111010001000111010001001 | e986abe6babae88e89 |
UHC | 醫溺莉 | 111011001010001011010010111111001101011111101001 | eca2d2fcd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)