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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凹??惹? | 10001001100110100011111100111111100011101110010000111111 | 899a3f3f8ee43f |
EUC-JP | 凹??惹? | 10110001111110100011111100111111101111001110011000111111 | b1fa3f3fbce63f |
UTF-8 | 凹듣쫿惹싪 | 111001011000011110111001111010111001001110100011111011001010101110111111111001101000001110111001111011001000101110101010 | e587b9eb93a3ecabbfe683b9ec8baa |
UHC | 凹듣쫿惹싪 | 11101000111010101011010111101000101001101001011011100101101010011001101011101000 | e8eab5e8a696e5a99ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)