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 | 誡轉諷誡濔 | 11100110011100101110011101111010111001101000010111100110011100101110000001011101 | e672e77ae685e672e05d |
| EUC-JP | 誡轉諷誡濔 | 11101011110100111110110111011011111010111110010111101011110100111101111110111110 | ebd3eddbebe5ebd3dfbe |
| UTF-8 | 誡轉諷誡濔 | 111010001010101010100001111010001011110110001001111010001010101110110111111010001010101010100001111001101011111110010100 | e8aaa1e8bd89e8abb7e8aaa1e6bf94 |
| UHC | 誡轉諷誡? | 110011011010101111101111101011101111100110100100110011011010101100111111 | cdabefaef9a4cdab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)