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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ・テ陳湘ゥ | 1100001110100101110000111001001011000010100011111100001110101001 | c3a5c392c28fc3a9 |
EUC-JP | テ・テ陳湘ゥ | 100011101100001110001110101001011000111011000011110001001100010010111110110001011000111010101001 | 8ec38ea58ec3c4c4bec58ea9 |
UTF-8 | テ・テ陳湘ゥ | 111011111011111010000011111011111011110110100101111011111011111010000011111010011001100110110011111001101011100110011000111011111011110110101001 | efbe83efbda5efbe83e999b3e6b998efbda9 |
UHC | ???陳湘? | 0011111100111111001111111111001011100111110111111100111100111111 | 3f3f3ff2e7dfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)