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 | 霜驃 | 10010001100110101110100101111110 | 919ae97e |
EUC-JP | 霜驃 | 11000001111110101111000111011111 | c1faf1df |
UTF-8 | 霜驃 | 111010011001110010011100111010011010100110000011 | e99c9ce9a983 |
UHC | 霜驃 | 11011111110111001111100011111110 | dfdcf8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)