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 | àÛN^ | 11100000110110110100111001011110 | e0db4e5e |
SJIS-WIN | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
EUC-JP | àÛN^ | 1000111110101011101000101000111110101010111001010100111001011110 | 8faba28faae54e5e |
UTF-8 | àÛN^ | 110000111010000011000011100110110100111001011110 | c3a0c39b4e5e |
UHC | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)