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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?照 | 001111111000111111000110 | 3f8fc6 |
EUC-JP | 峴照 | 1000111110111011110000011011111011001000 | 8fbbc1bec8 |
UTF-8 | 峴照 | 111001011011001110110100111001111000010110100111 | e5b3b4e785a7 |
UHC | 峴照 | 11111010110101101111000011001110 | fad6f0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)