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 | æï©h | 11100110111011111010100101101000 | e6efa968 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | æï©h | 10001111101010011100000110001111101010111100000110001111101000101110110101101000 | 8fa9c18fabc18fa2ed68 |
UTF-8 | æï©h | 11000011101001101100001110101111110000101010100101101000 | c3a6c3afc2a968 |
UHC | æ??h | 1010100110100001001111110011111101101000 | a9a13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)