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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鉉檀 | 11100111111010011001001001101000 | e7e99268 |
EUC-JP | 鉉檀 | 11101110111010111100001111001001 | eeebc3c9 |
UTF-8 | 鉉檀 | 111010011000100110001001111001101010101010000000 | e98989e6aa80 |
UHC | 鉉檀 | 11111010111010001101001110101010 | fae8d3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)