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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 陜滉シ懆ソВ | 11101000100111011001111111100100101111001001110011101000101111111000010001000010 | e89d9fe4bc9ce8bf8442 |
| EUC-JP | 陜滉シ懆ソВ | 111011111111110111011110111001101000111010111100110110001110101010001110101111111010011110100011 | effddee68ebcd8ea8ebfa7a3 |
| UTF-8 | 陜滉シ懆ソВ | 1110100110011001100111001110011010111011100010011110111110111101101111001110011010000111100001101110111110111101101111111101000010010010 | e9999ce6bb89efbdbce68786efbdbfd092 |
| UHC | 陜滉???В | 111110011111000011111100110100010011111100111111001111111010110010100011 | f9f0fcd13f3f3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)