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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テァツュツ臭B | 1100001110100111110000101010110111000010100011110100110001000010 | c3a7c2adc28f4c42 |
EUC-JP | テァツュツ臭B | 10001110110000111000111010100111100011101100001010001110101011011000111011000010101111011010110101000010 | 8ec38ea78ec28ead8ec2bdad42 |
UTF-8 | テァツュツ臭B | 11101111101111101000001111101111101111011010011111101111101111101000001011101111101111011010110111101111101111101000001011101000100001111010110101000010 | efbe83efbda7efbe82efbdadefbe82e887ad42 |
UHC | ?????臭B | 0011111100111111001111110011111100111111111101101010101101000010 | 3f3f3f3f3ff6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)