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 | ©ø©÷B | 1010100111111000101010011111011101000010 | a9f8a9f742 |
SJIS-WIN | ???÷B | 001111110011111100111111100000011000000001000010 | 3f3f3f818042 |
EUC-JP | ©ø©÷B | 100011111010001011101101100011111010100111001100100011111010001011101101101000011110000001000010 | 8fa2ed8fa9cc8fa2eda1e042 |
UTF-8 | ©ø©÷B | 110000101010100111000011101110001100001010101001110000111011011101000010 | c2a9c3b8c2a9c3b742 |
UHC | ?ø?÷B | 00111111101010011010101000111111101000011100000001000010 | 3fa9aa3fa1c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)