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 | 蝠橄嗇 | 111001011001010110011110111010111001101010100101 | e5959eeb9aa5 |
EUC-JP | 蝠橄嗇 | 111010011111010111011100111011011101010010100111 | e9f5dcedd4a7 |
UTF-8 | 蝠橄嗇 | 111010001001110110100000111001101010100110000100111001011001011110000111 | e89da0e6a984e59787 |
UHC | ?橄嗇 | 0011111111001010111101001101111111100000 | 3fcaf4dfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)