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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 熙熙B | 1110101010100100111010101010010001000010 | eaa4eaa442 |
EUC-JP | 熙熙B | 1111010010100110111101001010011001000010 | f4a6f4a642 |
UTF-8 | 熙熙B | 11100111100001101001100111100111100001101001100101000010 | e78699e7869942 |
UHC | 熙熙B | 1111110111110111111111011111011101000010 | fdf7fdf742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)