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 | 곯D | 11101010101100111010111101000100 | eab3af44 |
SJIS-WIN | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
EUC-JP | ê?¯D | 1000111110101011101101000011111110001111101000101011010001000100 | 8fabb43f8fa2b444 |
UTF-8 | 곯D | 11000011101010101100001010110011110000101010111101000100 | c3aac2b3c2af44 |
UHC | ?³?D | 0011111110101001111110000011111101000100 | 3fa9f83f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)