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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ??娥Y | 0011111100111111100110110100110101011001 | 3f3f9b4d59 |
EUC-JP | ??娥Y | 0011111100111111110101011010111001011001 | 3f3fd5ae59 |
UTF-8 | 롖롛娥Y | 11101011101000011001011011101011101000011001101111100101101010001010010101011001 | eba196eba19be5a8a559 |
UHC | 롖롛娥Y | 10001110110110101000111011011111111001001011000001011001 | 8eda8edfe4b059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)