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 | 銕欷}銕欷{^ | 1110011111101100100111110101011101111101111001111110110010011111010101110111101101011110 | e7ec9f577de7ec9f577b5e |
EUC-JP | 銕欷}銕欷{^ | 1110111011101110110111011011100001111101111011101110111011011101101110000111101101011110 | eeeeddb87deeeeddb87b5e |
UTF-8 | 銕欷}銕欷{^ | 111010011000101010010101111001101010110010110111011111011110100110001010100101011110011010101100101101110111101101011110 | e98a95e6acb77de98a95e6acb77b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)