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 | 裹雅ゥー蒹 | 1110010111100101100010011110101110101001101100001110010011100011 | e5e589eba9b0e4e3 |
EUC-JP | 裹雅ゥー蒹 | 11101010111001111011001011101101100011101010100110001110101100001110100011100101 | eae7b2ed8ea98eb0e8e5 |
UTF-8 | 裹雅ゥー蒹 | 111010001010001110111001111010011001101110000101111011111011110110101001111011111011110110110000111010001001001010111001 | e8a3b9e99b85efbda9efbdb0e892b9 |
UHC | ?雅??? | 001111111110010010111010001111110011111100111111 | 3fe4ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)