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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌???寤 | 11100011101000000011111100111111001111111001101110001000 | e3a03f3f3f9b88 |
EUC-JP | 罌???寤 | 11100110101000100011111100111111001111111101010111101000 | e6a23f3f3fd5e8 |
UTF-8 | 罌붇띿뿞寤 | 111001111011110110001100111010111011011010000111111010111001110110111111111010111011111110011110111001011010111110100100 | e7bd8cebb687eb9dbfebbf9ee5afa4 |
UHC | 罌붇띿뿞寤 | 11100101101000101011101011010001100011011110110010010111101000001110011111110101 | e5a2bad18dec97a0e7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)