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 | 貭o餠 | 111001101100001010000010100011111110100101010101 | e6c2828fe955 |
EUC-JP | 貭o餠 | 111011001100010010100011111011111111000110110110 | ecc4a3eff1b6 |
UTF-8 | 貭o餠 | 111010001011001010101101111011111011110110001111111010011010010010100000 | e8b2adefbd8fe9a4a0 |
UHC | ?o餠 | 0011111110100011111011111101110010111111 | 3fa3efdcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)