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 | 霪 | 11110001111000001110100011000100 | f1e0e8c4 |
EUC-JP | ?霪 | 001111111111000011000110 | 3ff0c6 |
UTF-8 | 霪 | 111011101000010110011011111010011001110010101010 | ee859be99caa |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)