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 | 蠍澵}蠍澵{^ | 1110010110110110111110110100110001111101111001011011011011111011010011000111101101011110 | e5b6fb4c7de5b6fb4c7b5e |
EUC-JP | 蠍澵}蠍澵{^ | 11101010101110001000111111001000111110000111110111101010101110001000111111001000111110000111101101011110 | eab88fc8f87deab88fc8f87b5e |
UTF-8 | 蠍澵}蠍澵{^ | 111010001010000010001101111001101011111010110101011111011110100010100000100011011110011010111110101101010111101101011110 | e8a08de6beb57de8a08de6beb57b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)