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 | ????X | 0011111100111111001111110011111101011000 | 3f3f3f3f58 |
SJIS-WIN | 瀞?珥?X | 10010011110100100011111111100000111000000011111101011000 | 93d23fe0e03f58 |
EUC-JP | 瀞?珥?X | 11000110110101000011111111100000111000100011111101011000 | c6d43fe0e23f58 |
UTF-8 | 瀞렕珥렮X | 11100111100000001001111011101011101000001001010111100111100011111010010111101011101000001010111001011000 | e7809eeba095e78fa5eba0ae58 |
UHC | 瀞렕珥렮X | 111011111110011110001110101010101110110010110100100011101011101101011000 | efe78eaaecb48ebb58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)