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 | ツ陳渉陳修 | 110000101001001011000010100011111100001010010010110000101000111101000011 | c292c28fc292c28f43 |
EUC-JP | ツ陳渉陳修 | 10001110110000101100010011000100101111101100010011000100110001001011110110100100 | 8ec2c4c4bec4c4c4bda4 |
UTF-8 | ツ陳渉陳修 | 111011111011111010000010111010011001100110110011111001101011100010001001111010011001100110110011111001001011111110101110 | efbe82e999b3e6b889e999b3e4bfae |
UHC | ?陳?陳修 | 0011111111110010111001110011111111110010111001111110000111110011 | 3ff2e73ff2e7e1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)