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 | ???侑?? | 00111111001111110011111110011000110100000011111100111111 | 3f3f3f98d03f3f |
| EUC-JP | 孼??侑?? | 100011111011101011000011001111110011111111010000110100100011111100111111 | 8fbac33f3fd0d23f3f |
| UTF-8 | 孼띠렮侑꾥눧 | 111001011010110110111100111010111001110110100000111010111010000010101110111001001011111010010001111010101011111010100101111010111000100010100111 | e5adbceb9da0eba0aee4be91eabea5eb88a7 |
| UHC | 孼띠렮侑꾥눧 | 111001011110110110110110111011001000111010111011111010101110001010000100111010001000011110111110 | e5edb6ec8ebbeae284e887be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)