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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襌懌鐙峵 | 1110010111111001100111001110001010010011101010001111101010101110 | e5f99ce293a8faae |
EUC-JP | 襌懌鐙? | 11101010111110111101100011100100110001101010101000111111 | eafbd8e4c6aa3f |
UTF-8 | 襌懌鐙峵 | 111010001010010110001100111001101000011110001100111010011001000010011001111001011011001110110101 | e8a58ce6878ce99099e5b3b5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)