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 | 祥祥^ | 100011111100101111110011110110111000111111001011111100111101100101011110 | 8fcbf3db8fcbf3d95e |
EUC-JP | 祥?祥?^ | 10111110110011010011111110111110110011010011111101011110 | becd3fbecd3f5e |
UTF-8 | 祥祥^ | 11100111101001011010010111101110100010111000111011100111101001011010010111101110100010111000110001011110 | e7a5a5ee8b8ee7a5a5ee8b8c5e |
UHC | 祥?祥?^ | 11011111110101000011111111011111110101000011111101011110 | dfd43fdfd43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)