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 | 雪蓍 | 10010000111000011110010011100111 | 90e1e4e7 |
EUC-JP | 雪蓍 | 11000000111000111110100011101001 | c0e3e8e9 |
UTF-8 | 雪蓍 | 111010011001101110101010111010001001001110001101 | e99baae8938d |
UHC | 雪蓍 | 11100000111001001110001111001001 | e0e4e3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)