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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 俑??塋 | 100110001101101000111111001111111001101011001000 | 98da3f3f9ac8 |
EUC-JP | 俑??塋 | 110100001101110000111111001111111101010011001010 | d0dc3f3fd4ca |
UTF-8 | 俑꾣뮈塋 | 111001001011111110010001111010101011111010100011111010111010111010001000111001011010000110001011 | e4bf91eabea3ebae88e5a18b |
UHC | 俑꾣뮈塋 | 1110100110110101100001001110011010111001101111111110011110101011 | e9b584e6b9bfe7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)