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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉤イ謔溂 | 11100111111010101011001011100110100000101001111111100001 | e7eab2e6829fe1 |
EUC-JP | 鉤イ謔溂 | 1110111011101100100011101011001011101011111000101101111011100011 | eeec8eb2ebe2dee3 |
UTF-8 | 鉤イ謔溂 | 111010011000100110100100111011111011110110110010111010001010110010010100111001101011101010000010 | e989a4efbdb2e8ac94e6ba82 |
UHC | 鉤?謔? | 110011111100100100111111111110011100110000111111 | cfc93ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)