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?AB | 0011111101000001001111110100000101000010 | 3f413f4142 |
SJIS-WIN | ?A?AB | 0011111101000001001111110100000101000010 | 3f413f4142 |
EUC-JP | ?A?AB | 0011111101000001001111110100000101000010 | 3f413f4142 |
UTF-8 | 묨A묨AB | 111010111010110010101000010000011110101110101100101010000100000101000010 | ebaca841ebaca84142 |
UHC | 묨A묨AB | 10010010010000010100000110010010010000010100000101000010 | 92414192414142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)