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 | 蝨蕨}蝨蕨{^ | 1110010110011100100110000110111001111101111001011001110010011000011011100111101101011110 | e59c986e7de59c986e7b5e |
EUC-JP | 蝨蕨}蝨蕨{^ | 1110100111111100110011111100111101111101111010011111110011001111110011110111101101011110 | e9fccfcf7de9fccfcf7b5e |
UTF-8 | 蝨蕨}蝨蕨{^ | 111010001001110110101000111010001001010110101000011111011110100010011101101010001110100010010101101010000111101101011110 | e89da8e895a87de89da8e895a87b5e |
UHC | 蝨蕨}蝨蕨{^ | 1110001110100100110011111111001001111101111000111010010011001111111100100111101101011110 | e3a4cff27de3a4cff27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)