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 | テェツ崢佚 | 11000011101010101100001010011011110000101001100011000011 | c3aac29bc298c3 |
EUC-JP | テェツ崢佚 | 10001110110000111000111010101010100011101100001011010110110001001101000011000101 | 8ec38eaa8ec2d6c4d0c5 |
UTF-8 | テェツ崢佚 | 111011111011111010000011111011111011110110101010111011111011111010000010111001011011010010100010111001001011110110011010 | efbe83efbdaaefbe82e5b4a2e4bd9a |
UHC | ????佚 | 001111110011111100111111001111111110110011101010 | 3f3f3f3fecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)