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 | 雪? | 100100001110000100111111 | 90e13f |
EUC-JP | 雪? | 110000001110001100111111 | c0e33f |
UTF-8 | 雪뽛 | 111010011001101110101010111010111011110110011011 | e99baaebbd9b |
UHC | 雪뽛 | 11100000111001001001011011010111 | e0e496d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)