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 | 證??伊肆檗 | 11100110100110100011111100111111100010001100100111100011111001101001111101000000 | e69a3f3f88c9e3e69f40 |
| EUC-JP | 證??伊肆檗 | 11101011111110100011111100111111101100001100101111100110111010001101110110100001 | ebfa3f3fb0cbe6e8dda1 |
| UTF-8 | 證븍밸伊肆檗 | 111010001010110110001001111010111011100010001101111010111011000010111000111001001011110010001010111010001000001010000110111001101010101010010111 | e8ad89ebb88debb0b8e4bc8ae88286e6aa97 |
| UHC | 證븍밸伊肆檗 | 111100011111101110111010111010111011100111101011111011001010010111011110111010111101101111111100 | f1fbbaebb9ebeca5deebdbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)