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 | 精?? | 10010000101110000011111100111111 | 90b83f3f |
EUC-JP | 精?玎 | 110000001011101000111111100011111100101111010010 | c0ba3f8fcbd2 |
UTF-8 | 精렋玎 | 111001111011001010111110111010111010000010001011111001111000111010001110 | e7b2beeba08be78e8e |
UHC | 精렋玎 | 111011111111000110001110101000101110111111101001 | eff18ea2efe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)