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 | 佃鞁 | 10010010110011111110100011011001 | 92cfe8d9 |
EUC-JP | 佃鞁 | 11000100110100011111000011011011 | c4d1f0db |
UTF-8 | 佃鞁 | 111001001011110110000011111010011001111010000001 | e4bd83e99e81 |
UHC | 佃? | 111011101110110000111111 | eeec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)