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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | ?藁?藁B | 00111111100110000110110100111111100110000110110101000010 | 3f986d3f986d42 |
| EUC-JP | ?藁?藁B | 00111111110011111100111000111111110011111100111001000010 | 3fcfce3fcfce42 |
| UTF-8 | 렺藁렺藁B | 11101011101000001011101011101000100101111000000111101011101000001011101011101000100101111000000101000010 | eba0bae89781eba0bae8978142 |
| UHC | 렺藁렺藁B | 100011101100001011001101110010111000111011000010110011011100101101000010 | 8ec2cdcb8ec2cdcb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)