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 | ØõØõ^ | 1101100011110101110110001111010101011110 | d8f5d8f55e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ØõØõ^ | 10001111101010011010110010001111101010111101100010001111101010011010110010001111101010111101100001011110 | 8fa9ac8fabd88fa9ac8fabd85e |
UTF-8 | ØõØõ^ | 110000111001100011000011101101011100001110011000110000111011010101011110 | c398c3b5c398c3b55e |
UHC | Ø?Ø?^ | 10101000101010100011111110101000101010100011111101011110 | a8aa3fa8aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)