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 | ß[ß[^ | 10011110110111110101101110011110110111110101101101011110 | 9edf5b9edf5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ?ß[?ß[^ | 0011111110001111101010011100111001011011001111111000111110101001110011100101101101011110 | 3f8fa9ce5b3f8fa9ce5b5e |
UTF-8 | ß[ß[^ | 1100001010011110110000111001111101011011110000101001111011000011100111110101101101011110 | c29ec39f5bc29ec39f5b5e |
UHC | ?ß[?ß[^ | 001111111010100110101100010110110011111110101001101011000101101101011110 | 3fa9ac5b3fa9ac5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)