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 | 謫ヲ^ | 11100110100100111010011001011110 | e693a65e |
EUC-JP | 謫ヲ^ | 1110101111110011100011101010011001011110 | ebf38ea65e |
UTF-8 | 謫ヲ^ | 11101000101011001010101111101111101111011010011001011110 | e8acabefbda65e |
UHC | 謫?^ | 11101110111000110011111101011110 | eee33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)