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 | 霆蝨 | 11101000101110111110010110011100 | e8bbe59c |
EUC-JP | 霆蝨 | 11110000101111011110100111111100 | f0bde9fc |
UTF-8 | 霆蝨 | 111010011001110010000110111010001001110110101000 | e99c86e89da8 |
UHC | 霆蝨 | 11101111111111011110001110100100 | effde3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)