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 | ツ偲渉篠コ\ | 110000101000111011000011100011111100001010001110110000101011101001011100 | c28ec38fc28ec2ba5c |
EUC-JP | ツ偲渉篠コ\ | 1000111011000010101111001100010110111110110001001011110011000100100011101011101001011100 | 8ec2bcc5bec4bcc48eba5c |
UTF-8 | ツ偲渉篠コ\ | 11101111101111101000001011100101100000011011001011100110101110001000100111100111101011111010000011101111101111011011101001011100 | efbe82e581b2e6b889e7afa0efbdba5c |
UHC | ???篠?\ | 00111111001111110011111111100001110001100011111101011100 | 3f3f3fe1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)