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 | 珱闇}珱闇{^ | 1110000011111100100010001100010101111101111000001111110010001000110001010111101101011110 | e0fc88c57de0fc88c57b5e |
EUC-JP | 珱闇}珱闇{^ | 1110000011111110101100001100011101111101111000001111111010110000110001110111101101011110 | e0feb0c77de0feb0c77b5e |
UTF-8 | 珱闇}珱闇{^ | 111001111000111110110001111010011001011110000111011111011110011110001111101100011110100110010111100001110111101101011110 | e78fb1e997877de78fb1e997877b5e |
UHC | ?闇}?闇{^ | 001111111110010011100001011111010011111111100100111000010111101101011110 | 3fe4e17d3fe4e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)