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 | 雅??彦? | 10001001111010110011111100111111100101010100011000111111 | 89eb3f3f95463f |
| EUC-JP | 雅??彦? | 10110010111011010011111100111111110010011010011100111111 | b2ed3f3fc9a73f |
| UTF-8 | 雅묊킋彦쳾 | 111010011001101110000101111010111010110010001010111011011000001010001011111001011011110110100110111011001011001110111110 | e99b85ebac8aed828be5bda6ecb3be |
| UHC | 雅묊킋彦쳾 | 11100100101110101001000111100111101101001001011111100101111010011010110001000001 | e4ba91e7b497e5e9ac41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)