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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 玳瘍B | 1110000011011100111000011000011101000010 | e0dce18742 |
EUC-JP | 玳瘍B | 1110000011011110111000011110011101000010 | e0dee1e742 |
UTF-8 | 玳瘍B | 11100111100011101011001111100111100110001000110101000010 | e78eb3e7988d42 |
UHC | 玳瘍B | 1101001111100101111001011100101101000010 | d3e5e5cb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)