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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 凋?珥?x | 10010010100111000011111111100000111000000011111101111000 | 929c3fe0e03f78 |
EUC-JP | 凋?珥?x | 11000011111111000011111111100000111000100011111101111000 | c3fc3fe0e23f78 |
UTF-8 | 凋렪珥렮x | 11100101100001111000101111101011101000001010101011100111100011111010010111101011101000001010111001111000 | e5878beba0aae78fa5eba0ae78 |
UHC | 凋렪珥렮x | 111100001011110110001110101110001110110010110100100011101011101101111000 | f0bd8eb8ecb48ebb78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)