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 | ??P???? | 00111111001111110101000000111111001111110011111100111111 | 3f3f503f3f3f3f |
SJIS-WIN | テサPツ陛ィツ | 1100001110111011010100001100001010010101110000111010100011000010 | c3bb50c295c3a8c2 |
EUC-JP | テサPツ陛ィツ | 10001110110000111000111010111011010100001000111011000010110010101100010110001110101010001000111011000010 | 8ec38ebb508ec2cac58ea88ec2 |
UTF-8 | テサPツ陛ィツ | 11101111101111101000001111101111101111011011101101010000111011111011111010000010111010011001100110011011111011111011110110101000111011111011111010000010 | efbe83efbdbb50efbe82e9999befbda8efbe82 |
UHC | ??P?陛?? | 0011111100111111010100000011111111111000110011100011111100111111 | 3f3f503ff8ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)