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 | 蜊奠 | 11100101100011011001101011111001 | e58d9af9 |
EUC-JP | 蜊奠 | 11101001111011011101010011111011 | e9edd4fb |
UTF-8 | 蜊奠 | 111010001001110010001010111001011010010110100000 | e89c8ae5a5a0 |
UHC | ?奠 | 001111111110111011110101 | 3feef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)