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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝴捐娥 | 111001011001101010011101011011111001101101001101 | e59a9d6f9b4d |
EUC-JP | 蝴捐娥 | 111010011111101011011001110100001101010110101110 | e9fad9d0d5ae |
UTF-8 | 蝴捐娥 | 111010001001110110110100111001101000110110010000111001011010100010100101 | e89db4e68d90e5a8a5 |
UHC | 蝴捐娥 | 111110111101110111100110110010001110010010110000 | fbdde6c8e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)