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 | ?勢瓦?勢瓦 | 00111111100100001010100010001010101000100011111110010000101010001000101010100010 | 3f90a88aa23f90a88aa2 |
| EUC-JP | ?勢瓦?勢瓦 | 00111111110000001010101010110100101001000011111111000000101010101011010010100100 | 3fc0aab4a43fc0aab4a4 |
| UTF-8 | 윟勢瓦윟勢瓦 | 111011001001110010011111111001011000101110100010111001111001001110100110111011001001110010011111111001011000101110100010111001111001001110100110 | ec9c9fe58ba2e793a6ec9c9fe58ba2e793a6 |
| UHC | 윟勢瓦윟勢瓦 | 100111111010001011100001101001111110100010111111100111111010001011100001101001111110100010111111 | 9fa2e1a7e8bf9fa2e1a7e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)