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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??薏??薏^ | 0011111100111111100011111101100111011110001111110011111110001111110110011101111001011110 | 3f3f8fd9de3f3f8fd9de5e |
UTF-8 | 뤶뼘薏뤶뼘薏^ | 11101011101001001011011011101011101111001001100011101000100101101000111111101011101001001011011011101011101111001001100011101000100101101000111101011110 | eba4b6ebbc98e8968feba4b6ebbc98e8968f5e |
UHC | 뤶뼘薏뤶뼘薏^ | 10001111111001001011101111000010111010111111101110001111111001001011101111000010111010111111101101011110 | 8fe4bbc2ebfb8fe4bbc2ebfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)