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 | 鈔 | 11110110101111011110011111100010 | f6bde7e2 |
EUC-JP | ?鈔 | 001111111110111011100100 | 3feee4 |
UTF-8 | 鈔 | 111011101001001110100100111010011000100010010100 | ee93a4e98894 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)