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 | æDG\ | 1110011001000100100110110100011101011100 | e6449b475c |
SJIS-WIN | ?D?G\ | 0011111101000100001111110100011101011100 | 3f443f475c |
EUC-JP | æD?G\ | 10001111101010011100000101000100001111110100011101011100 | 8fa9c1443f475c |
UTF-8 | æDG\ | 11000011101001100100010011000010100110110100011101011100 | c3a644c29b475c |
UHC | æD?G\ | 101010011010000101000100001111110100011101011100 | a9a1443f475c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)