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 | 驥零寮 | 111010011000011110010111111010111001011110111110 | e98797eb97be |
EUC-JP | 驥零寮 | 111100011110011111001110111011011100111011000000 | f1e7ceedcec0 |
UTF-8 | 驥零寮 | 111010011010100110100101111010011001101110110110111001011010111110101110 | e9a9a5e99bb6e5afae |
UHC | 驥零寮 | 110100011100101011010110110000111101011011110111 | d1cad6c3d6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)