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 | 尸ジ | 10011011100110011000001101010111 | 9b998357 |
EUC-JP | 尸ジ | 11010101111110011010010110111000 | d5f9a5b8 |
UTF-8 | 尸ジ | 111001011011000010111000111000111000001010111000 | e5b0b8e382b8 |
UHC | 尸ジ | 11100011101110011010101110111000 | e3b9abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)