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 | 釈車^ | 10001110110111111111001111111001100011101101010001011110 | 8edff3f98ed45e |
EUC-JP | 釈?車^ | 101111001110000100111111101111001101011001011110 | bce13fbcd65e |
UTF-8 | 釈車^ | 11101001100001111000100011101110100010111010110011101000101110111000101001011110 | e98788ee8bace8bb8a5e |
UHC | ??車^ | 0011111100111111111100111011001101011110 | 3f3ff3b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)