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 | 110000111011101111000010101111011100001110001101110000111001011101000101 | c3bbc2bdc38dc39745 |
SJIS-WIN | ????????E | 001111110011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f3f45 |
EUC-JP | Ã?Â?Ã?Ã?E | 1000111110101010101010100011111110001111101010101010010000111111100011111010101010101010001111111000111110101010101010100011111101000101 | 8faaaa3f8faaa43f8faaaa3f8faaaa3f45 |
UTF-8 | û½ÃÃE | 1100001110000011110000101011101111000011100000101100001010111101110000111000001111000010100011011100001110000011110000101001011101000101 | c383c2bbc382c2bdc383c28dc383c29745 |
UHC | ???½????E | 00111111001111110011111110101000111101100011111100111111001111110011111101000101 | 3f3f3fa8f63f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)