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 | 疫ユ? | 1000100101110101100000111000011000111111 | 897583863f |
EUC-JP | 疫ユ? | 1011000111010110101001011110011000111111 | b1d6a5e63f |
UTF-8 | 疫ユ뀸 | 111001111001011010101011111000111000001110100110111010111000000010111000 | e796abe383a6eb80b8 |
UHC | 疫ユ뀸 | 111001101011100110101011111001101000010110101110 | e6b9abe685ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)