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 | «â«Ø~ | 10001111101010111110001010001111101010111101100001111110 | 8fabe28fabd87e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ??â??Ø~ | 0011111100111111100011111010101110100100001111110011111110001111101010011010110001111110 | 3f3f8faba43f3f8fa9ac7e |
UTF-8 | «â«Ø~ | 11000010100011111100001010101011110000111010001011000010100011111100001010101011110000111001100001111110 | c28fc2abc3a2c28fc2abc3987e |
UHC | ?????Ø~ | 0011111100111111001111110011111100111111101010001010101001111110 | 3f3f3f3f3fa8aa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)