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 | æßè±@h | 1110011011011111100011001110100010110001100011100100000001101000 | e6df8ce8b18e4068 |
SJIS-WIN | ????±?@h | 001111110011111100111111001111111000000101111101001111110100000001101000 | 3f3f3f3f817d3f4068 |
EUC-JP | æß?è±?@h | 100011111010100111000001100011111010100111001110001111111000111110101011101100101010000111011110001111110100000001101000 | 8fa9c18fa9ce3f8fabb2a1de3f4068 |
UTF-8 | æßè±@h | 1100001110100110110000111001111111000010100011001100001110101000110000101011000111000010100011100100000001101000 | c3a6c39fc28cc3a8c2b1c28e4068 |
UHC | æß??±?@h | 1010100110100001101010011010110000111111001111111010000110111110001111110100000001101000 | a9a1a9ac3f3fa1be3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)