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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 車社] | 1000111011010100100011101101000001011101 | 8ed48ed05d |
EUC-JP | 車社] | 1011110011010110101111001101001001011101 | bcd6bcd25d |
UTF-8 | 車社] | 11101000101110111000101011100111101001001011111001011101 | e8bb8ae7a4be5d |
UHC | 車社] | 1111001110110011110111101110010001011101 | f3b3dee45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)