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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 終?劍傳? | 1000111101001001001111111001100110011000100110010100001000111111 | 8f493f999899423f |
| EUC-JP | 終?劍傳? | 1011110110101010001111111101000111111000110100011010001100111111 | bdaa3fd1f8d1a33f |
| UTF-8 | 終쇘劍傳렠 | 111001111011010110000010111011001000011110011000111001011000101010001101111001011000001010110011111010111010000010100000 | e7b582ec8798e58a8de582b3eba0a0 |
| UHC | 終쇘劍傳렠 | 11110000111110111011110011100111110010111111110011101110111011101000111010110001 | f0fbbce7cbfceeee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)