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 | ̨开 | 1000111011000011100011101010111010001110110000101011101011000100 | 8ec38eae8ec2bac4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ã?®?开 | 001111111000111110101010101010100011111110001111101000101110111000111111100011111010101010100100100011111010001011101011100011111010101010100011 | 3f8faaaa3f8fa2ee3f8faaa48fa2eb8faaa3 |
UTF-8 | ̨开 | 11000010100011101100001110000011110000101000111011000010101011101100001010001110110000111000001011000010101110101100001110000100 | c28ec383c28ec2aec28ec382c2bac384 |
UHC | ???®??º? | 00111111001111110011111110100010111001110011111100111111101010001010110000111111 | 3f3f3fa2e73f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)