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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 削1 | 10001101111011011000001001010000 | 8ded8250 |
EUC-JP | 削1 | 10111010111011111010001110110001 | baefa3b1 |
UTF-8 | 削1 | 111001011000100110001010111011111011110010010001 | e5898aefbc91 |
UHC | 削1 | 11011110111110111010001110110001 | defba3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)