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 | ØÀòÂ\ | 1101100011000000111100101100001001011100 | d8c0f2c25c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ØÀòÂ\ | 10001111101010011010110010001111101010101010001010001111101010111101001010001111101010101010010001011100 | 8fa9ac8faaa28fabd28faaa45c |
UTF-8 | ØÀòÂ\ | 110000111001100011000011100000001100001110110010110000111000001001011100 | c398c380c3b2c3825c |
UHC | Ø???\ | 101010001010101000111111001111110011111101011100 | a8aa3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)