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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 饒楮^ | 1110100101100000100111101011100001011110 | e9609eb85e |
EUC-JP | 饒楮^ | 1111000111000001110111001011101001011110 | f1c1dcba5e |
UTF-8 | 饒楮^ | 11101001101001011001001011100110101001011010111001011110 | e9a592e6a5ae5e |
UHC | 饒楮^ | 1110100110101110111011101011111101011110 | e9aeeebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)