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 | 睛狡? | 1110000111001011111000001100001000111111 | e1cbe0c23f |
EUC-JP | 睛狡? | 1110001011001101111000001100010000111111 | e2cde0c43f |
UTF-8 | 睛狡확 | 111001111001110110011011111001111000101110100001111011011001100110010101 | e79d9be78ba1ed9995 |
UHC | 睛狡확 | 111011111110110011001110111010101100100010101110 | efecceeac8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)