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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襄玖宕襄 | 1110010111110101100010111110100010010011100001101110010111110101 | e5f58be89386e5f5 |
EUC-JP | 襄玖宕襄 | 1110101011110111101101101110101011000101111001101110101011110111 | eaf7b6eac5e6eaf7 |
UTF-8 | 襄玖宕襄 | 111010001010010110000100111001111000111010010110111001011010111010010101111010001010010110000100 | e8a584e78e96e5ae95e8a584 |
UHC | 襄玖宕襄 | 1110010111010001110011111011100011110111101101011110010111010001 | e5d1cfb8f7b5e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)