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 | ???E] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | ?功ばE] | 00111111100011001111011110000010110011100100010101011101 | 3f8cf782ce455d |
EUC-JP | ?功ばE] | 00111111101110001111100110100100110100000100010101011101 | 3fb8f9a4d0455d |
UTF-8 | 룴功ばE] | 1110101110100011101101001110010110001010100111111110001110000001101100000100010101011101 | eba3b4e58a9fe381b0455d |
UHC | 룴功ばE] | 1000111110101001110011011110110110101010110100000100010101011101 | 8fa9cdedaad0455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)