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 | ïî´í¢¿ | 111011111110111010110100111011011010001010111111 | efeeb4eda2bf |
SJIS-WIN | ??´?¢? | 0011111100111111100000010100110000111111100000011001000100111111 | 3f3f814c3f81913f |
EUC-JP | ïî´í¢¿ | 10001111101010111100000110001111101010111100001010100001101011011000111110101011101111111010000111110001100011111010001011000100 | 8fabc18fabc2a1ad8fabbfa1f18fa2c4 |
UTF-8 | ïî´í¢¿ | 110000111010111111000011101011101100001010110100110000111010110111000010101000101100001010111111 | c3afc3aec2b4c3adc2a2c2bf |
UHC | ??´??¿ | 0011111100111111101000101010010100111111001111111010001010101111 | 3f3fa2a53f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)