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 | 001111111110011111011000001111110100000001101000 | 3fe7d83f4068 |
EUC-JP | ?釐?@h | 001111111110111011011010001111110100000001101000 | 3feeda3f4068 |
UTF-8 | 룵釐◐@h | 1110101110100011101101011110100110000111100100001110001010010111100100000100000001101000 | eba3b5e98790e297904068 |
UHC | 룵釐◐@h | 1000111110101010110101111110110110100010110001000100000001101000 | 8faad7eda2c44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)