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 | 筝壕 | 11100010101101101000110110001000 | e2b68d88 |
EUC-JP | 筝壕 | 11100100101110001011100111101000 | e4b8b9e8 |
UTF-8 | 筝壕 | 111001111010110110011101111001011010001110010101 | e7ad9de5a395 |
UHC | ?壕 | 001111111111101110111101 | 3ffbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)