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 | 譖懌鐙峵 | 1110011010011011100111001110001010010011101010001111101010101110 | e69b9ce293a8faae |
EUC-JP | 譖懌鐙? | 11101011111110111101100011100100110001101010101000111111 | ebfbd8e4c6aa3f |
UTF-8 | 譖懌鐙峵 | 111010001010110110010110111001101000011110001100111010011001000010011001111001011011001110110101 | e8ad96e6878ce99099e5b3b5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)