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 | 佃矜 | 10010010110011111110000111100000 | 92cfe1e0 |
EUC-JP | 佃矜 | 11000100110100011110001011100010 | c4d1e2e2 |
UTF-8 | 佃矜 | 111001001011110110000011111001111001111110011100 | e4bd83e79f9c |
UHC | 佃矜 | 11101110111011001101000011101000 | eeecd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)