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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ホイ^ | 11001110111101101111100110110010111100111101111001011110 | cef6f9b2f3de5e |
EUC-JP | ホ?イ?^ | 10001110110011100011111110001110101100100011111101011110 | 8ece3f8eb23f5e |
UTF-8 | ホイ^ | 11101111101111101000111011101110100101001010000011101111101111011011001011101110100010111001000101011110 | efbe8eee94a0efbdb2ee8b915e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)