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 | 碼諧 | 11100001111110011110011001111110 | e1f9e67e |
EUC-JP | 碼諧 | 11100010111110111110101111011111 | e2fbebdf |
UTF-8 | 碼諧 | 111001111010001010111100111010001010101110100111 | e7a2bce8aba7 |
UHC | 碼諧 | 11011000101001111111101010110010 | d8a7fab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)