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 | ?dx | 001111110110010001111000 | 3f6478 |
SJIS-WIN | ?dx | 001111110110010001111000 | 3f6478 |
EUC-JP | ?dx | 001111110110010001111000 | 3f6478 |
UTF-8 | 책dx | 1110110010110001100001010110010001111000 | ecb1856478 |
UHC | 책dx | 11000011101001010110010001111000 | c3a56478 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)