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 | 兩⒴빼掠낦 | 111011111010010110111000111000101001001010110100111010111011100110111100111011111010010110110101111010111000001010100110 | efa5b8e292b4ebb9bcefa5b5eb82a6 |
UHC | 兩⒴빼掠낦 | 11100101101110111010100111100101101110111010100111100101101100011000011001000010 | e5bba9e5bba9e5b18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)