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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誓拭饗 | 100100001011111010010000010000001000101111000000 | 90be90408bc0 |
EUC-JP | 誓拭饗 | 110000001100000010111111101000011011011011000010 | c0c0bfa1b6c2 |
UTF-8 | 誓拭饗 | 111010001010101010010011111001101000101110101101111010011010010110010111 | e8aa93e68bade9a597 |
UHC | 誓拭饗 | 111000001010010111100011110101001111101011000100 | e0a5e3d4fac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)