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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | エ﨔ル}エ﨔ル{^ | 1011010011111010111010101101100101111101101101001111101011101010110110010111101101011110 | b4faead97db4faead97b5e |
EUC-JP | エ?ル}エ?ル{^ | 10001110101101000011111110001110110110010111110110001110101101000011111110001110110110010111101101011110 | 8eb43f8ed97d8eb43f8ed97b5e |
UTF-8 | エ﨔ル}エ﨔ル{^ | 111011111011110110110100111011111010100010010100111011111011111010011001011111011110111110111101101101001110111110101000100101001110111110111110100110010111101101011110 | efbdb4efa894efbe997defbdb4efa894efbe997b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)