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 | 驅盖阯 | 111010010111101111100001101100111110100010010111 | e97be1b3e897 |
EUC-JP | 驅盖阯 | 111100011101110011100010101101011110111111110111 | f1dce2b5eff7 |
UTF-8 | 驅盖阯 | 111010011010100110000101111001111001101110010110111010011001100010101111 | e9a985e79b96e998af |
UHC | 驅盖? | 1100111111001100110010111100110000111111 | cfcccbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)