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 | ðÆ^ | 100110011111000010011011110001101001111001011110 | 99f09bc69e5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?ð?Æ?^ | 00111111100011111010100111000011001111111000111110101001101000010011111101011110 | 3f8fa9c33f8fa9a13f5e |
UTF-8 | ðÆ^ | 1100001010011001110000111011000011000010100110111100001110000110110000101001111001011110 | c299c3b0c29bc386c29e5e |
UHC | ?ð?Æ?^ | 0011111110101001101000110011111110101000101000010011111101011110 | 3fa9a33fa8a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)