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 | 佯??猶? | 10011000110100010011111100111111100101110101000000111111 | 98d13f3f97503f |
| EUC-JP | 佯??猶? | 11010000110100110011111100111111110011011011000100111111 | d0d33f3fcdb13f |
| UTF-8 | 佯듬뿮猶랦 | 111001001011110110101111111010111001001110101100111010111011111110101110111001111000110010110110111010111001111010100110 | e4bdafeb93acebbfaee78cb6eb9ea6 |
| UHC | 佯듬뿮猶랦 | 11100101101110101011010111101011100101111010111011101011101000101000111001000111 | e5bab5eb97aeeba28e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)