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 | 赭檎勧 | 111001101101111010001100111001111000101010101001 | e6de8ce78aa9 |
EUC-JP | 赭檎勧 | 111011001110000010111000111010011011010010101011 | ece0b8e9b4ab |
UTF-8 | 赭檎勧 | 111010001011010110101101111001101010101010001110111001011000101110100111 | e8b5ade6aa8ee58ba7 |
UHC | ?檎? | 00111111110100001101010100111111 | 3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)