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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?斜? | 00111111100011101100111000111111 | 3f8ece3f |
| EUC-JP | ?斜? | 00111111101111001101000000111111 | 3fbcd03f |
| UTF-8 | 장斜닻 | 111011001001111010100101111001101001011010011100111010111000101110111011 | ec9ea5e6969ceb8bbb |
| UHC | 장斜닻 | 110000001110010111011110110110001011010011101001 | c0e5ded8b4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)