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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | 孼????? | 1000111110111010110000110011111100111111001111110011111100111111 | 8fbac33f3f3f3f3f |
| UTF-8 | 孼띠뢾柳뽳쭓 | 111001011010110110111100111010111001110110100000111010111010001010111110111011111010011110001001111010111011110110110011111011001010110110010011 | e5adbceb9da0eba2beefa789ebbdb3ecad93 |
| UHC | 孼띠뢾柳뽳쭓 | 111001011110110110110110111011001000111110000001111010101111011110010110111011111010011110001011 | e5edb6ec8f81eaf796efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)