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 | 11101000100111001011101101011001 | e89cbb59 |
EUC-JP | 陷サY | 1110111111111100100011101011101101011001 | effc8ebb59 |
UTF-8 | 陷サY | 11101001100110011011011111101111101111011011101101011001 | e999b7efbdbb59 |
UHC | 陷?Y | 11111001111010000011111101011001 | f9e83f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)