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 | 酌柴 | 111100001110110010001110110111101000111011000100 | f0ec8ede8ec4 |
EUC-JP | ?酌柴 | 0011111110111100111000001011110011000110 | 3fbce0bcc6 |
UTF-8 | 酌柴 | 111011101000001010101011111010011000010110001100111001101001111110110100 | ee82abe9858ce69fb4 |
UHC | ?酌柴 | 0011111111101101110011001110001111000011 | 3fedcce3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)