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 | 猯疾七^ | 11100000110011001000111010111110100011101011010101011110 | e0cc8ebe8eb55e |
EUC-JP | 猯疾七^ | 11100000110011101011110011000000101111001011011101011110 | e0cebcc0bcb75e |
UTF-8 | 猯疾七^ | 11100111100011001010111111100111100101101011111011100100101110001000001101011110 | e78cafe796bee4b8835e |
UHC | ?疾七^ | 001111111111001011110000111101101101001001011110 | 3ff2f0f6d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)