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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 射車^ | 10001110110010111111000011001110100011101101010001011110 | 8ecbf0ce8ed45e |
EUC-JP | 射?車^ | 101111001100110100111111101111001101011001011110 | bccd3fbcd65e |
UTF-8 | 射車^ | 11100101101100001000010011101110100000101000110111101000101110111000101001011110 | e5b084ee828de8bb8a5e |
UHC | 射?車^ | 110111101101001000111111111100111011001101011110 | ded23ff3b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)