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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猯倏忘 | 111000001100110011100000110001011001011001011001 | e0cce0c59659 |
EUC-JP | 猯倏忘 | 111000001100111011100000110001111100101110111010 | e0cee0c7cbba |
UTF-8 | 猯倏忘 | 111001111000110010101111111001011000000010001111111001011011111110011000 | e78cafe5808fe5bf98 |
UHC | ??忘 | 00111111001111111101100011001110 | 3f3fd8ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)