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 | ª^P | 1000000110101010100000010101111001010000 | 81aa815e50 |
SJIS-WIN | ???^P | 0011111100111111001111110101111001010000 | 3f3f3f5e50 |
EUC-JP | ?ª?^P | 00111111100011111010001011101100001111110101111001010000 | 3f8fa2ec3f5e50 |
UTF-8 | ª^P | 1100001010000001110000101010101011000010100000010101111001010000 | c281c2aac2815e50 |
UHC | ?ª?^P | 001111111010100010100011001111110101111001010000 | 3fa8a33f5e50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)