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 | æàDh | 1110011011100000101011010100010001101000 | e6e0ad4468 |
SJIS-WIN | ???Dh | 0011111100111111001111110100010001101000 | 3f3f3f4468 |
EUC-JP | æà?Dh | 100011111010100111000001100011111010101110100010001111110100010001101000 | 8fa9c18faba23f4468 |
UTF-8 | æàDh | 1100001110100110110000111010000011000010101011010100010001101000 | c3a6c3a0c2ad4468 |
UHC | æ?Dh | 10101001101000010011111110100001101010010100010001101000 | a9a13fa1a94468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)