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 | æD}æD{^ | 11100110010001000111110111100110010001000111101101011110 | e6447de6447b5e |
SJIS-WIN | ?D}?D{^ | 00111111010001000111110100111111010001000111101101011110 | 3f447d3f447b5e |
EUC-JP | æD}æD{^ | 1000111110101001110000010100010001111101100011111010100111000001010001000111101101011110 | 8fa9c1447d8fa9c1447b5e |
UTF-8 | æD}æD{^ | 110000111010011001000100011111011100001110100110010001000111101101011110 | c3a6447dc3a6447b5e |
UHC | æD}æD{^ | 101010011010000101000100011111011010100110100001010001000111101101011110 | a9a1447da9a1447b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)