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 | 鍄滉シ懆ソВ | 11100111111110111001111111100100101111001001110011101000101111111000010001000010 | e7fb9fe4bc9ce8bf8442 |
| EUC-JP | 鍄滉シ懆ソВ | 111011101111110111011110111001101000111010111100110110001110101010001110101111111010011110100011 | eefddee68ebcd8ea8ebfa7a3 |
| UTF-8 | 鍄滉シ懆ソВ | 1110100110001101100001001110011010111011100010011110111110111101101111001110011010000111100001101110111110111101101111111101000010010010 | e98d84e6bb89efbdbce68786efbdbfd092 |
| UHC | ?滉???В | 0011111111111100110100010011111100111111001111111010110010100011 | 3ffcd13f3f3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)