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 | ?E}?E{^ | 00111111010001010111110100111111010001010111101101011110 | 3f457d3f457b5e |
SJIS-WIN | 癰E}癰E{^ | 111000011001111001000101011111011110000110011110010001010111101101011110 | e19e457de19e457b5e |
EUC-JP | 癰E}癰E{^ | 111000011111111001000101011111011110000111111110010001010111101101011110 | e1fe457de1fe457b5e |
UTF-8 | 癰E}癰E{^ | 1110011110011001101100000100010101111101111001111001100110110000010001010111101101011110 | e799b0457de799b0457b5e |
UHC | 癰E}癰E{^ | 111010001011100101000101011111011110100010111001010001010111101101011110 | e8b9457de8b9457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)