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 | 邃捨}邃捨{^ | 1110001010000100100011101100110001111101111000101000010010001110110011000111101101011110 | e2848ecc7de2848ecc7b5e |
EUC-JP | 邃捨}邃捨{^ | 1110001111100100101111001100111001111101111000111110010010111100110011100111101101011110 | e3e4bcce7de3e4bcce7b5e |
UTF-8 | 邃捨}邃捨{^ | 111010011000001010000011111001101000110110101000011111011110100110000010100000111110011010001101101010000111101101011110 | e98283e68da87de98283e68da87b5e |
UHC | 邃捨}邃捨{^ | 1110001011000101110111101101011101111101111000101100010111011110110101110111101101011110 | e2c5ded77de2c5ded77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)