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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 爭耿?^ | 111000001010010111100011110101000011111101011110 | e0a5e3d43f5e |
EUC-JP | 爭耿珷^ | 1110000010100111111001101101011010001111110010111111101001011110 | e0a7e6d68fcbfa5e |
UTF-8 | 爭耿珷^ | 11100111100010001010110111101000100000001011111111100111100011111011011101011110 | e788ade880bfe78fb75e |
UHC | 爭耿珷^ | 11101110101100111100110011101010110110011110111001011110 | eeb3ccead9ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)