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 | ??縕??縕^ | 0011111100111111100011111101010011000010001111110011111110001111110101001100001001011110 | 3f3f8fd4c23f3f8fd4c25e |
UTF-8 | 롌롕縕롌롕縕^ | 11101011101000011000110011101011101000011001010111100111101110001001010111101011101000011000110011101011101000011001010111100111101110001001010101011110 | eba18ceba195e7b895eba18ceba195e7b8955e |
UHC | 롌롕縕롌롕縕^ | 10001110110100101000111011011001111010001011001010001110110100101000111011011001111010001011001001011110 | 8ed28ed9e8b28ed28ed9e8b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)