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 | 糲糲^ | 1110001011111000111000101111100001011110 | e2f8e2f85e |
EUC-JP | 糲糲^ | 1110010011111010111001001111101001011110 | e4fae4fa5e |
UTF-8 | 糲糲^ | 11100111101100111011001011100111101100111011001001011110 | e7b3b2e7b3b25e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)