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 | 捧箒鴆 | 100101011111100111100010101101001110100111101111 | 95f9e2b4e9ef |
EUC-JP | 捧箒鴆 | 110010101111101111100100101101101111001011110001 | cafbe4b6f2f1 |
UTF-8 | 捧箒鴆 | 111001101000110110100111111001111010111010010010111010011011010010000110 | e68da7e7ae92e9b486 |
UHC | 捧?? | 11011100111010010011111100111111 | dce93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)