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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 煽?V | 10010000111110000011111101010110 | 90f83f56 |
EUC-JP | 煽?V | 11000000111110100011111101010110 | c0fa3f56 |
UTF-8 | 煽黎V | 11100111100001011011110111101111101001101000100101010110 | e785bdefa68956 |
UHC | 煽黎V | 1110000011000011111001101011000101010110 | e0c3e6b156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)