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 | 螢鴃 | 111001011010001111110110110000001110100111101110 | e5a3f6c0e9ee |
EUC-JP | 螢?鴃 | 1110101010100101001111111111001011110000 | eaa53ff2f0 |
UTF-8 | 螢鴃 | 111010001001111010100010111011101001001110100111111010011011010010000011 | e89ea2ee93a7e9b483 |
UHC | 螢?? | 11111011101010110011111100111111 | fbab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)