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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴪疾昭瑟 | 1110100111110000100011101011111010001111101110101110000011101100 | e9f08ebe8fbae0ec |
EUC-JP | 鴪疾昭瑟 | 1111001011110010101111001100000010111110101111001110000011101110 | f2f2bcc0bebce0ee |
UTF-8 | 鴪疾昭瑟 | 111010011011010010101010111001111001011010111110111001101001100010101101111001111001000110011111 | e9b4aae796bee698ade7919f |
UHC | ?疾昭瑟 | 00111111111100101111000011100001101110011110001110100010 | 3ff2f0e1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)