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^ | 001111110100111001011110 | 3f4e5e |
SJIS-WIN | 洩N^ | 10001001011010110100111001011110 | 896b4e5e |
EUC-JP | 洩N^ | 10110001110011000100111001011110 | b1cc4e5e |
UTF-8 | 洩N^ | 1110011010110100101010010100111001011110 | e6b4a94e5e |
UHC | 洩N^ | 11100000110111010100111001011110 | e0dd4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)