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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 凋?珥?] | 10010010100111000011111111100000111000000011111101011101 | 929c3fe0e03f5d |
EUC-JP | 凋?珥?] | 11000011111111000011111111100000111000100011111101011101 | c3fc3fe0e23f5d |
UTF-8 | 凋렪珥렮] | 11100101100001111000101111101011101000001010101011100111100011111010010111101011101000001010111001011101 | e5878beba0aae78fa5eba0ae5d |
UHC | 凋렪珥렮] | 111100001011110110001110101110001110110010110100100011101011101101011101 | f0bd8eb8ecb48ebb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)