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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ツ奪ツ箪hツ奪 | 11000010100100100100010011000010100100100101110001101000110000101001001001000100 | c29244c2925c68c29244 |
EUC-JP | ツ奪ツ箪hツ奪 | 10001110110000101100001110100101100011101100001011000011101111010110100010001110110000101100001110100101 | 8ec2c3a58ec2c3bd688ec2c3a5 |
UTF-8 | ツ奪ツ箪hツ奪 | 11101111101111101000001011100101101001011010101011101111101111101000001011100111101011101010101001101000111011111011111010000010111001011010010110101010 | efbe82e5a5aaefbe82e7aeaa68efbe82e5a5aa |
UHC | ?奪??h?奪 | 001111111111011110101100001111110011111101101000001111111111011110101100 | 3ff7ac3f3f683ff7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)