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 | 100011111001000000111111001111110110111001000010 | 8f903f3f6e42 |
EUC-JP | 署??nB | 101111011111000000111111001111110110111001000010 | bdf03f3f6e42 |
UTF-8 | 署믥덏nB | 1110011110111101101100101110101110101111101001011110101110001101100011110110111001000010 | e7bdb2ebafa5eb8d8f6e42 |
UHC | 署믥덏nB | 1101111111111110100100101110011110001000111100100110111001000010 | dffe92e788f26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)