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 | ??nl | 00111111001111110110111001101100 | 3f3f6e6c |
SJIS-WIN | 霎ーnl | 1110100010111110101100000110111001101100 | e8beb06e6c |
EUC-JP | 霎ーnl | 111100001100000010001110101100000110111001101100 | f0c08eb06e6c |
UTF-8 | 霎ーnl | 1110100110011100100011101110111110111101101100000110111001101100 | e99c8eefbdb06e6c |
UHC | ??nl | 00111111001111110110111001101100 | 3f3f6e6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)