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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 消ヲ菎蛇雫^ | 10001111110000011010011011100100110000001000111011010110100011101011010001011110 | 8fc1a6e4c08ed68eb45e |
EUC-JP | 消ヲ菎蛇雫^ | 1011111011000011100011101010011011101000110000101011110011011000101111001011011001011110 | bec38ea6e8c2bcd8bcb65e |
UTF-8 | 消ヲ菎蛇雫^ | 11100110101101101000100011101111101111011010011011101000100011111000111011101000100110111000011111101001100110111010101101011110 | e6b688efbda6e88f8ee89b87e99bab5e |
UHC | 消??蛇?^ | 1110000110111100001111110011111111011110111011110011111101011110 | e1bc3f3fdeef3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)