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 | ???P@h | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
SJIS-WIN | ???P@h | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
EUC-JP | ???P@h | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
UTF-8 | 챙째쩐P@h | 111011001011000110011001111011001010011110111000111011001010100110010000010100000100000001101000 | ecb199eca7b8eca990504068 |
UHC | 챙째쩐P@h | 110000111010110011000010101100001100001010111110010100000100000001101000 | c3acc2b0c2be504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)