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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 鮏^鮏^ | 11111100010000111111000011101001010111101111110001000011111100001110100101011110 | fc43f0e95efc43f0e95e |
EUC-JP | 鮏?^鮏?^ | 10001111111010101101101100111111010111101000111111101010110110110011111101011110 | 8feadb3f5e8feadb3f5e |
UTF-8 | 鮏^鮏^ | 1110100110101110100011111110111010000010101010000101111011101001101011101000111111101110100000101010100001011110 | e9ae8fee82a85ee9ae8fee82a85e |
UHC | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)