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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 螢鶯\ | 111001011010001111110110110000001110100111110010111101101101010001011100 | e5a3f6c0e9f2f6d45c |
EUC-JP | 螢?鶯?\ | 11101010101001010011111111110010111101000011111101011100 | eaa53ff2f43f5c |
UTF-8 | 螢鶯\ | 11101000100111101010001011101110100100111010011111101001101101101010111111101110100100111011101101011100 | e89ea2ee93a7e9b6afee93bb5c |
UHC | 螢?鶯?\ | 11111011101010110011111111100101101000110011111101011100 | fbab3fe5a33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)