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 | 瑁蝗}瑁蝗{^ | 1110000011101110111001011001101101111101111000001110111011100101100110110111101101011110 | e0eee59b7de0eee59b7b5e |
EUC-JP | 瑁蝗}瑁蝗{^ | 1110000011110000111010011111101101111101111000001111000011101001111110110111101101011110 | e0f0e9fb7de0f0e9fb7b5e |
UTF-8 | 瑁蝗}瑁蝗{^ | 111001111001000110000001111010001001110110010111011111011110011110010001100000011110100010011101100101110111101101011110 | e79181e89d977de79181e89d977b5e |
UHC | 瑁蝗}瑁蝗{^ | 1101100111000001111111001101100101111101110110011100000111111100110110010111101101011110 | d9c1fcd97dd9c1fcd97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)