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 | 硝雉 | 10001111110010011110100010110011 | 8fc9e8b3 |
EUC-JP | 硝雉 | 10111110110010111111000010110101 | becbf0b5 |
UTF-8 | 硝雉 | 111001111010000110011101111010011001101110001001 | e7a19de99b89 |
UHC | 硝雉 | 11110101101001101111011011001011 | f5a6f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)