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 | 蝣餓萄 | 111001011010000010001001111011001001001110111000 | e5a089ec93b8 |
EUC-JP | 蝣餓萄 | 111010101010001010110010111011101100011010111010 | eaa2b2eec6ba |
UTF-8 | 蝣餓萄 | 111010001001110110100011111010011010010010010011111010001001000010000100 | e89da3e9a493e89084 |
UHC | ?餓萄 | 0011111111100100101110111101010010101100 | 3fe4bbd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)