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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???薯?F | 00111111001111110011111110001111100100100011111101000110 | 3f3f3f8f923f46 |
EUC-JP | ???薯?F | 00111111001111110011111110111101111100100011111101000110 | 3f3f3fbdf23f46 |
UTF-8 | 쑹렶렊薯렞F | 11101100100100011011100111101011101000001011011011101011101000001000101011101000100101101010111111101011101000001001111001000110 | ec91b9eba0b6eba08ae896afeba09e46 |
UHC | 쑹렶렊薯렞F | 1011111010101011100011101100000110001110101000011110000010100011100011101010111101000110 | beab8ec18ea1e0a38eaf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)