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 | セ燻、謝捨 | 1011111011100000100011101010010010001110110100111000111011001100 | bee08ea48ed38ecc |
EUC-JP | セ燻、謝捨 | 10001110101111101101111111101110100011101010010010111100110101011011110011001110 | 8ebedfee8ea4bcd5bcce |
UTF-8 | セ燻、謝捨 | 111011111011110110111110111001111000011110111011111011111011110110100100111010001010110010011101111001101000110110101000 | efbdbee787bbefbda4e8ac9de68da8 |
UHC | ?燻?謝捨 | 0011111111111101101110000011111111011110111100111101111011010111 | 3ffdb83fdef3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)