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 | 繼處}繼處{^ | 1110001110001011100110010111110001111101111000111000101110011001011111000111101101011110 | e38b997c7de38b997c7b5e |
EUC-JP | 繼處}繼處{^ | 1110010111101011110100011101110101111101111001011110101111010001110111010111101101011110 | e5ebd1dd7de5ebd1dd7b5e |
UTF-8 | 繼處}繼處{^ | 111001111011100110111100111010001001100110010101011111011110011110111001101111001110100010011001100101010111101101011110 | e7b9bce899957de7b9bce899957b5e |
UHC | 繼處}繼處{^ | 1100110110101001111101001010010101111101110011011010100111110100101001010111101101011110 | cda9f4a57dcda9f4a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)