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 | 1110000011000101111001001111011101000110 | e0c5e4f746 |
EUC-JP | 倏蔔F | 1110000011000111111010001111100101000110 | e0c7e8f946 |
UTF-8 | 倏蔔F | 11100101100000001000111111101000100101001001010001000110 | e5808fe8949446 |
UHC | ?蔔F | 00111111110111001101101101000110 | 3fdcdb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)