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 | âó@åê | 1110001011110011100011111000101110000001010000001110010111101010 | e2f38f8b8140e5ea |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | âó???@åê | 10001111101010111010010010001111101010111101000100111111001111110011111101000000100011111010101110101001100011111010101110110100 | 8faba48fabd13f3f3f408faba98fabb4 |
UTF-8 | âó@åê | 110000111010001011000011101100111100001010001111110000101000101111000010100000010100000011000011101001011100001110101010 | c3a2c3b3c28fc28bc28140c3a5c3aa |
UHC | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)