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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?m?@h | 001111111000001010001101001111110100000001101000 | 3f828d3f4068 |
EUC-JP | ?m?@h | 001111111010001111101101001111110100000001101000 | 3fa3ed3f4068 |
UTF-8 | 淋m슎@h | 1110111110100111101101011110111110111101100011011110110010001010100011100100000001101000 | efa7b5efbd8dec8a8e4068 |
UHC | 淋m슎@h | 1110110011111000101000111110110110011010100111100100000001101000 | ecf8a3ed9a9e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)