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 | æ¥iæ¥iB | 111001101010010110010100011010011110011010100101100101000110100101000010 | e6a59469e6a5946942 |
SJIS-WIN | ?¥?i?¥?iB | 0011111110000001100011110011111101101001001111111000000110001111001111110110100101000010 | 3f818f3f693f818f3f6942 |
EUC-JP | æ??iæ??iB | 10001111101010011100000100111111001111110110100110001111101010011100000100111111001111110110100101000010 | 8fa9c13f3f698fa9c13f3f6942 |
UTF-8 | æ¥iæ¥iB | 110000111010011011000010101001011100001010010100011010011100001110100110110000101010010111000010100101000110100101000010 | c3a6c2a5c29469c3a6c2a5c2946942 |
UHC | æ??iæ??iB | 1010100110100001001111110011111101101001101010011010000100111111001111110110100101000010 | a9a13f3f69a9a13f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)