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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 殿?羸B | 100100110110000100111111111000111011111001000010 | 93613fe3be42 |
| EUC-JP | 殿?羸B | 110001011100001000111111111001101100000001000010 | c5c23fe6c042 |
| UTF-8 | 殿곌羸B | 11100110101011101011111111101010101100111000110011100111101111101011100001000010 | e6aebfeab38ce7beb842 |
| UHC | 殿곌羸B | 11101110111111001011000011101010110101111110100001000010 | eefcb0ead7e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)