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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | コ滷 | 101110101110000001000010 | bae042 |
EUC-JP | コ滷 | 10001110101110101101111110100011 | 8ebadfa3 |
UTF-8 | コ滷 | 111011111011110110111010111001101011101110110111 | efbdbae6bbb7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)