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 | 贈測側測 | 1001000110100001100100011010101010010001101001001001000110101010 | 91a191aa91a491aa |
EUC-JP | 贈測側測 | 1100001010100011110000101010110011000010101001101100001010101100 | c2a3c2acc2a6c2ac |
UTF-8 | 贈測側測 | 111010001011010010001000111001101011100010101100111001011000000110110100111001101011100010101100 | e8b488e6b8ace581b4e6b8ac |
UHC | 贈測側測 | 1111000111111100111101101011010011110110101100001111011010110100 | f1fcf6b4f6b0f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)