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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 惟?}惟?{^ | 100010001101001000111111011111011000100011010010001111110111101101011110 | 88d23f7d88d23f7b5e |
EUC-JP | 惟?}惟?{^ | 101100001101010000111111011111011011000011010100001111110111101101011110 | b0d43f7db0d43f7b5e |
UTF-8 | 惟턭}惟턭{^ | 111001101000001110011111111011011000010010101101011111011110011010000011100111111110110110000100101011010111101101011110 | e6839fed84ad7de6839fed84ad7b5e |
UHC | 惟턭}惟턭{^ | 1110101011101110101101100110111001111101111010101110111010110110011011100111101101011110 | eaeeb66e7deaeeb66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)