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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 矗鮏@矗鮏@B | 1110000111011110111111000100001101000000111000011101111011111100010000110100000001000010 | e1defc4340e1defc434042 |
EUC-JP | 矗鮏@矗鮏@B | 11100010111000001000111111101010110110110100000011100010111000001000111111101010110110110100000001000010 | e2e08feadb40e2e08feadb4042 |
UTF-8 | 矗鮏@矗鮏@B | 111001111001111110010111111010011010111010001111010000001110011110011111100101111110100110101110100011110100000001000010 | e79f97e9ae8f40e79f97e9ae8f4042 |
UHC | 矗?@矗?@B | 111101011011100000111111010000001111010110111000001111110100000001000010 | f5b83f40f5b83f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)