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 | 芸想芸想^ | 100011000111110010010001011110101000110001111100100100010111101001011110 | 8c7c917a8c7c917a5e |
EUC-JP | 芸想芸想^ | 101101111101110111000001110110111011011111011101110000011101101101011110 | b7ddc1dbb7ddc1db5e |
UTF-8 | 芸想芸想^ | 11101000100010101011100011100110100000111011001111101000100010101011100011100110100000111011001101011110 | e88ab8e683b3e88ab8e683b35e |
UHC | 芸想芸想^ | 111010011111110111011111110011001110100111111101110111111100110001011110 | e9fddfcce9fddfcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)