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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 叱車^ | 1000111010110110100011101101010001011110 | 8eb68ed45e |
EUC-JP | 叱車^ | 1011110010111000101111001101011001011110 | bcb8bcd65e |
UTF-8 | 叱車^ | 11100101100011111011000111101000101110111000101001011110 | e58fb1e8bb8a5e |
UHC | 叱車^ | 1111001011101010111100111011001101011110 | f2eaf3b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)