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 | テャツ閉彦 | 11000011101011001100001010010101110000101001010101000110 | c3acc295c29546 |
EUC-JP | テャツ閉彦 | 10001110110000111000111010101100100011101100001011001010110001001100100110100111 | 8ec38eac8ec2cac4c9a7 |
UTF-8 | テャツ閉彦 | 111011111011111010000011111011111011110110101100111011111011111010000010111010011001011010001001111001011011110110100110 | efbe83efbdacefbe82e99689e5bda6 |
UHC | ???閉彦 | 00111111001111110011111111111000110011011110010111101001 | 3f3f3ff8cde5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)