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 | 簟裝 | 11100010110100001110010111100100 | e2d0e5e4 |
EUC-JP | 簟裝 | 11100100110100101110101011100110 | e4d2eae6 |
UTF-8 | 簟裝 | 111001111011000010011111111010001010001110011101 | e7b09fe8a39d |
UHC | ?裝 | 001111111110110111111011 | 3fedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)