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 | ツ敕閉伉ァ | 1100001010011101110000111001010111000010100110001100001010100111 | c29dc395c298c2a7 |
EUC-JP | ツ敕閉伉ァ | 10001110110000101101101011000101110010101100010011010000110001001000111010100111 | 8ec2dac5cac4d0c48ea7 |
UTF-8 | ツ敕閉伉ァ | 111011111011111010000010111001101001010110010101111010011001011010001001111001001011110010001001111011111011110110100111 | efbe82e69595e99689e4bc89efbda7 |
UHC | ??閉伉? | 00111111001111111111100011001101111110011111001000111111 | 3f3ff8cdf9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)