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 | 財????倚 | 1000110111100000001111110011111100111111001111111001100011011111 | 8de03f3f3f3f98df |
| EUC-JP | 財????倚 | 1011101011100010001111110011111100111111001111111101000011100001 | bae23f3f3f3fd0e1 |
| UTF-8 | 財목렰명듀倚 | 111010001011001010100001111010111010101010101001111010111010000010110000111010111010101010000101111010111001001110000000111001011000000010011010 | e8b2a1ebaaa9eba0b0ebaa85eb9380e5809a |
| UHC | 財목렰명듀倚 | 111011101010111110111000111100011000111010111101101110001110110110110101111000001110101111101111 | eeafb8f18ebdb8edb5e0ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)