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 | 邀也甥籬噎 | 11100111101100011001011011100111100010011001100111100010110111111001101001111000 | e7b196e78999e2df9a78 |
EUC-JP | 邀也甥籬噎 | 11101110101100111100110011101001101100011111100111100100111000011101001111011001 | eeb3cce9b1f9e4e1d3d9 |
UTF-8 | 邀也甥籬噎 | 111010011000001010000000111001001011100110011111111001111001010010100101111001111011000110101100111001011001100110001110 | e98280e4b99fe794a5e7b1ace5998e |
UHC | 邀也甥籬? | 111010011010110111100101101001011101111111100111110101111110011000111111 | e9ade5a5dfe7d7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)