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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 頷「豕ウ^ | 11101000111101011010001011100110101100111011001101011110 | e8f5a2e6b3b35e |
EUC-JP | 頷「豕ウ^ | 111100001111011110001110101000101110110010110101100011101011001101011110 | f0f78ea2ecb58eb35e |
UTF-8 | 頷「豕ウ^ | 11101001101000001011011111101111101111011010001011101000101100011001010111101111101111011011001101011110 | e9a0b7efbda2e8b195efbdb35e |
UHC | ??豕?^ | 001111110011111111100011110011100011111101011110 | 3f3fe3ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)