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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??衙^ | 0011111100111111111001011100100101011110 | 3f3fe5c95e |
EUC-JP | ??衙^ | 0011111100111111111010101100101101011110 | 3f3feacb5e |
UTF-8 | 롍렲衙^ | 11101011101000011000110111101011101000001011001011101000101000011001100101011110 | eba18deba0b2e8a1995e |
UHC | 롍렲衙^ | 10001110110100111000111010111111111001001011011101011110 | 8ed38ebfe4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)