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 | 00111111010111010011111101011101001111110011111101000010 | 3f5d3f5d3f3f42 |
| SJIS-WIN | ?]?]??B | 00111111010111010011111101011101001111110011111101000010 | 3f5d3f5d3f3f42 |
| EUC-JP | ?]?]??B | 00111111010111010011111101011101001111110011111101000010 | 3f5d3f5d3f3f42 |
| UTF-8 | 혟]혲]혣혛B | 111011011001100010011111010111011110110110011000101100100101110111101101100110001010001111101101100110001001101101000010 | ed989f5ded98b25ded98a3ed989b42 |
| UHC | 혟]혲]혣혛B | 1100001010001001010111011100001010011001010111011100001010001100110000101000011001000010 | c2895dc2995dc28cc28642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)