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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 攷歔攷歔h | 100111011011110110011111011000001001110110111101100111110110000001101000 | 9dbd9f609dbd9f6068 |
EUC-JP | 攷歔攷歔h | 110110101011111111011101110000011101101010111111110111011100000101101000 | dabfddc1dabfddc168 |
UTF-8 | 攷歔攷歔h | 11100110100101001011011111100110101011011001010011100110100101001011011111100110101011011001010001101000 | e694b7e6ad94e694b7e6ad9468 |
UHC | 攷?攷?h | 11001101101110010011111111001101101110010011111101101000 | cdb93fcdb93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)