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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 悟?F | 10001100111001010011111101000110 | 8ce53f46 |
EUC-JP | 悟?F | 10111000111001110011111101000110 | b8e73f46 |
UTF-8 | 悟밄F | 11100110100000101001111111101011101100001000010001000110 | e6829febb08446 |
UHC | 悟밄F | 1110011111110110100100110100001001000110 | e7f6934246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)