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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 灼実^F | 100011101101110010001110110000000101111001000110 | 8edc8ec05e46 |
EUC-JP | 灼実^F | 101111001101111010111100110000100101111001000110 | bcdebcc25e46 |
UTF-8 | 灼実^F | 1110011110000001101111001110010110101110100111110101111001000110 | e781bce5ae9f5e46 |
UHC | 灼?^F | 1110110111000111001111110101111001000110 | edc73f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)