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 | ????r? | 001111110011111100111111001111110111001000111111 | 3f3f3f3f723f |
SJIS-WIN | 蟾撰スェr蠍 | 111001011011011110010000111011111011110110101010011100101110010110110110 | e5b790efbdaa72e5b6 |
EUC-JP | 蟾撰スェr蠍 | 1110101010111001110000001111000110001110101111011000111010101010011100101110101010111000 | eab9c0f18ebd8eaa72eab8 |
UTF-8 | 蟾撰スェr蠍 | 11101000100111111011111011100110100100101011000011101111101111011011110111101111101111011010101001110010111010001010000010001101 | e89fbee692b0efbdbdefbdaa72e8a08d |
UHC | 蟾撰??r? | 1110000011101010111100111011110000111111001111110111001000111111 | e0eaf3bc3f3f723f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)