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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???抵 | 0011111100111111001111111001001011101111 | 3f3f3f92ef |
| EUC-JP | ???抵 | 0011111100111111001111111100010011110001 | 3f3f3fc4f1 |
| UTF-8 | 列뱄숲抵 | 111011111010011010011100111010111011000110000100111011001000100010110010111001101000101010110101 | efa69cebb184ec88b2e68ab5 |
| UHC | 列뱄숲抵 | 1110011011101010101110011110111110111101101000111110111010111101 | e6eab9efbda3eebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)