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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 癲??A | 1110000110011111001111110011111101000001 | e19f3f3f41 |
| EUC-JP | 癲??A | 1110001010100001001111110011111101000001 | e2a13f3f41 |
| UTF-8 | 癲삳젵A | 11100111100110011011001011101100100000101011001111101100101000001011010101000001 | e799b2ec82b3eca0b541 |
| UHC | 癲삳젵A | 11101111101001101011101111101011101000001010100101000001 | efa6bbeba0a941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)