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 | ?^F | 001111110101111001000110 | 3f5e46 |
SJIS-WIN | 舌^F | 10010000111000110101111001000110 | 90e35e46 |
EUC-JP | 舌^F | 11000000111001010101111001000110 | c0e55e46 |
UTF-8 | 舌^F | 1110100010001000100011000101111001000110 | e8888c5e46 |
UHC | 舌^F | 11100000110111110101111001000110 | e0df5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)