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ツ辰 | 11000010100100100100001111000010100100100101110001101000110000101001001001000011 | c29243c2925c68c29243 |
EUC-JP | ツ辰ツ箪hツ辰 | 10001110110000101100001110100100100011101100001011000011101111010110100010001110110000101100001110100100 | 8ec2c3a48ec2c3bd688ec2c3a4 |
UTF-8 | ツ辰ツ箪hツ辰 | 11101111101111101000001011101000101111101011000011101111101111101000001011100111101011101010101001101000111011111011111010000010111010001011111010110000 | efbe82e8beb0efbe82e7aeaa68efbe82e8beb0 |
UHC | ?辰??h?辰 | 001111111111001011100011001111110011111101101000001111111111001011100011 | 3ff2e33f3f683ff2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)