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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
SJIS-WIN | 蟾撰スェS | 11100101101101111001000011101111101111011010101001010011 | e5b790efbdaa53 |
EUC-JP | 蟾撰スェS | 111010101011100111000000111100011000111010111101100011101010101001010011 | eab9c0f18ebd8eaa53 |
UTF-8 | 蟾撰スェS | 11101000100111111011111011100110100100101011000011101111101111011011110111101111101111011010101001010011 | e89fbee692b0efbdbdefbdaa53 |
UHC | 蟾撰??S | 11100000111010101111001110111100001111110011111101010011 | e0eaf3bc3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)