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 | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | ??A | 001111110011111101000001 | 3f3f41 |
EUC-JP | ??A | 001111110011111101000001 | 3f3f41 |
UTF-8 | 혪횥A | 11101101100110001010101011101101100110101010010101000001 | ed98aaed9aa541 |
UHC | 혪횥A | 1100001010010010110000111001110001000001 | c292c39c41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)