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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 銳볡텥銳볡 | 111010011000101010110011111010111011001110100001111011011000010110100101111010011000101010110011111010111011001110100001 | e98ab3ebb3a1ed85a5e98ab3ebb3a1 |
UHC | 銳볡텥銳볡 | 11100111111001011001001111100111101101101001101011100111111001011001001111100111 | e7e593e7b69ae7e593e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)