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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | テァツつュ\ | 11000011101001111100001010000010110000101010110101011100 | c3a7c282c2ad5c |
EUC-JP | テァツつュ\ | 1000111011000011100011101010011110001110110000101010010011000100100011101010110101011100 | 8ec38ea78ec2a4c48ead5c |
UTF-8 | テァツつュ\ | 11101111101111101000001111101111101111011010011111101111101111101000001011100011100000011010010011101111101111011010110101011100 | efbe83efbda7efbe82e381a4efbdad5c |
UHC | ???つ?\ | 00111111001111110011111110101010110001000011111101011100 | 3f3f3faac43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)