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 | 1000111111101111100011101110110110010010100110110110111001000010 | 8fef8eed929b6e42 |
EUC-JP | 擾種兆nB | 1011111011110001101111001110111111000011111110110110111001000010 | bef1bcefc3fb6e42 |
UTF-8 | 擾種兆nB | 1110011010010011101111101110011110101000101011101110010110000101100001100110111001000010 | e693bee7a8aee585866e42 |
UHC | 擾種兆nB | 1110100011110110111100001111101011110000101111000110111001000010 | e8f6f0faf0bc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)