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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遒シ遞キ^ | 11100111101000101011110011100111101010001011011101011110 | e7a2bce7a8b75e |
EUC-JP | 遒シ遞キ^ | 111011101010010010001110101111001110111010101010100011101011011101011110 | eea48ebceeaa8eb75e |
UTF-8 | 遒シ遞キ^ | 11101001100000011001001011101111101111011011110011101001100000011001111011101111101111011011011101011110 | e98192efbdbce9819eefbdb75e |
UHC | ??遞?^ | 001111110011111111110100111101100011111101011110 | 3f3ff4f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)