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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 髜宍Y | 1111110001000000100011101011001101011001 | fc408eb359 |
EUC-JP | 髜宍Y | 100011111110100111101101101111001011010101011001 | 8fe9edbcb559 |
UTF-8 | 髜宍Y | 11101001101010111001110011100101101011101000110101011001 | e9ab9ce5ae8d59 |
UHC | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)