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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 煮捨B | 10001110110011111000111011001100111100001011001101000010 | 8ecf8eccf0b342 |
EUC-JP | 煮捨?B | 101111001101000110111100110011100011111101000010 | bcd1bcce3f42 |
UTF-8 | 煮捨B | 11100111100001011010111011100110100011011010100011101110100000011011001001000010 | e785aee68da8ee81b242 |
UHC | 煮捨?B | 111011011011010011011110110101110011111101000010 | edb4ded73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)