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 | 邀也魂遏唯 | 11100111101100011001011011100111100011011011000011100111100111111001011101000010 | e7b196e78db0e79f9742 |
EUC-JP | 邀也魂遏唯 | 11101110101100111100110011101001101110101011001011101110101000011100110110100011 | eeb3cce9bab2eea1cda3 |
UTF-8 | 邀也魂遏唯 | 111010011000001010000000111001001011100110011111111010011010110110000010111010011000000110001111111001011001010010101111 | e98280e4b99fe9ad82e9818fe594af |
UHC | 邀也魂?唯 | 111010011010110111100101101001011111101111101011001111111110101011100110 | e9ade5a5fbeb3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)