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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 恁種兆nB | 1001110010001100100011101110110110010010100110110110111001000010 | 9c8c8eed929b6e42 |
EUC-JP | 恁種兆nB | 1101011111101100101111001110111111000011111110110110111001000010 | d7ecbcefc3fb6e42 |
UTF-8 | 恁種兆nB | 1110011010000001100000011110011110101000101011101110010110000101100001100110111001000010 | e68181e7a8aee585866e42 |
UHC | 恁種兆nB | 1110110011110110111100001111101011110000101111000110111001000010 | ecf6f0faf0bc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)