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 | ??俄@h | 001111110011111110001001111000100100000001101000 | 3f3f89e24068 |
EUC-JP | ??俄@h | 001111110011111110110010111001000100000001101000 | 3f3fb2e44068 |
UTF-8 | 섈삼俄@h | 1110110010000100100010001110110010000010101111001110010010111111100001000100000001101000 | ec8488ec82bce4bf844068 |
UHC | 섈삼俄@h | 1011110010101010101110111110111111100100101011010100000001101000 | bcaabbefe4ad4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)