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 | íÉñ? | 11101101110010011111000100111111 | edc9f13f |
SJIS-WIN | ???踪 | 0011111100111111001111111110011101001000 | 3f3f3fe748 |
EUC-JP | íÉñ踪 | 1000111110101011101111111000111110101010101100011000111110101011110100001110110110101001 | 8fabbf8faab18fabd0eda9 |
UTF-8 | íÉñ踪 | 110000111010110111000011100010011100001110110001111010001011100010101010 | c3adc389c3b1e8b8aa |
UHC | ???踪 | 0011111100111111001111111111000110100001 | 3f3f3ff1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)