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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 螢ケ\ | 11100101101000111011100101011100 | e5a3b95c |
EUC-JP | 螢ケ\ | 1110101010100101100011101011100101011100 | eaa58eb95c |
UTF-8 | 螢ケ\ | 11101000100111101010001011101111101111011011100101011100 | e89ea2efbdb95c |
UHC | 螢?\ | 11111011101010110011111101011100 | fbab3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)