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 | ??d??? | 001111110011111101100100001111110011111100111111 | 3f3f643f3f3f |
SJIS-WIN | ??d??徇 | 00111111001111110110010000111111001111111001110001101101 | 3f3f643f3f9c6d |
EUC-JP | ??d??徇 | 00111111001111110110010000111111001111111101011111001110 | 3f3f643f3fd7ce |
UTF-8 | 롇렟d롍렫徇 | 11101011101000011000011111101011101000001001111101100100111010111010000110001101111010111010000010101011111001011011111010000111 | eba187eba09f64eba18deba0abe5be87 |
UHC | 롇렟d롍렫徇 | 1000111011001101100011101011000001100100100011101101001110001110101110011110001011011111 | 8ecd8eb0648ed38eb9e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)