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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉚罷ゥア褂 | 1110011111110100100101001110101110101001101100011110010111100110 | e7f494eba9b1e5e6 |
EUC-JP | 鉚罷ゥア褂 | 11101110111101101100100011101101100011101010100110001110101100011110101011101000 | eef6c8ed8ea98eb1eae8 |
UTF-8 | 鉚罷ゥア褂 | 111010011000100110011010111001111011110110110111111011111011110110101001111011111011110110110001111010001010010010000010 | e9899ae7bdb7efbda9efbdb1e8a482 |
UHC | ?罷??? | 001111111111011111110011001111110011111100111111 | 3ff7f33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)