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 | 眷箜愆 | 111000011100010111100010101100011001110010110010 | e1c5e2b19cb2 |
EUC-JP | 眷箜愆 | 111000101100011111100100101100111101100010110100 | e2c7e4b3d8b4 |
UTF-8 | 眷箜愆 | 111001111001110010110111111001111010111010011100111001101000010010000110 | e79cb7e7ae9ce68486 |
UHC | 眷?愆 | 1100111111101111001111111100101111110000 | cfef3fcbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)