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 | 鬩苓據 | 111010011010100110010111111010001001110110011111 | e9a997e89d9f |
EUC-JP | 鬩苓據 | 111100101010101111001110111010101101101010100001 | f2abceeadaa1 |
UTF-8 | 鬩苓據 | 111010011010110010101001111010001000101110010011111001101001001110011010 | e9aca9e88b93e6939a |
UHC | ??據 | 00111111001111111100101111100000 | 3f3fcbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)