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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 韈鈴コソB | 11101000111001111001011111101001101110101011111101000010 | e8e797e9babf42 |
EUC-JP | 韈鈴コソB | 111100001110100111001110111010111000111010111010100011101011111101000010 | f0e9ceeb8eba8ebf42 |
UTF-8 | 韈鈴コソB | 11101001100111111000100011101001100010001011010011101111101111011011101011101111101111011011111101000010 | e99f88e988b4efbdbaefbdbf42 |
UHC | ?鈴??B | 001111111101011011000010001111110011111101000010 | 3fd6c23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)