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] | 00111111100011001111011110000011010111110100010101011101 | 3f8cf7835f455d |
EUC-JP | ?功ダE] | 00111111101110001111100110100101110000000100010101011101 | 3fb8f9a5c0455d |
UTF-8 | 룴功ダE] | 1110101110100011101101001110010110001010100111111110001110000011100000000100010101011101 | eba3b4e58a9fe38380455d |
UHC | 룴功ダE] | 1000111110101001110011011110110110101011110000000100010101011101 | 8fa9cdedabc0455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)