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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 升??燼E | 10001111101000010011111100111111111000001001111001000101 | 8fa13f3fe09e45 |
EUC-JP | 升??燼E | 10111110101000110011111100111111110111111111111001000101 | bea33f3fdffe45 |
UTF-8 | 升뚭퓮燼E | 11100101100011011000011111101011100110101010110111101101100100111010111011100111100001111011110001000101 | e58d87eb9aaded93aee787bc45 |
UHC | 升뚭퓮燼E | 111000111010111010001100111010101011111110010101111000111110100001000101 | e3ae8ceabf95e3e845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)