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 | 財???彫員 | 100011011110000000111111001111110011111110010010101001001000100011110101 | 8de03f3f3f92a488f5 |
| EUC-JP | 財???彫員 | 101110101110001000111111001111110011111111000100101001101011000011110111 | bae23f3f3fc4a6b0f7 |
| UTF-8 | 財목렰몄彫員 | 111010001011001010100001111010111010101010101001111010111010000010110000111010111010101010000100111001011011110110101011111001011001001110100001 | e8b2a1ebaaa9eba0b0ebaa84e5bdabe593a1 |
| UHC | 財목렰몄彫員 | 111011101010111110111000111100011000111010111101101110001110110011110000110000011110101010101100 | eeafb8f18ebdb8ecf0c1eaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)