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 | 癰因}癰因{^ | 1110000110011110100010001111011001111101111000011001111010001000111101100111101101011110 | e19e88f67de19e88f67b5e |
EUC-JP | 癰因}癰因{^ | 1110000111111110101100001111100001111101111000011111111010110000111110000111101101011110 | e1feb0f87de1feb0f87b5e |
UTF-8 | 癰因}癰因{^ | 111001111001100110110000111001011001101110100000011111011110011110011001101100001110010110011011101000000111101101011110 | e799b0e59ba07de799b0e59ba07b5e |
UHC | 癰因}癰因{^ | 1110100010111001111011001101011101111101111010001011100111101100110101110111101101011110 | e8b9ecd77de8b9ecd77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)