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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ツ堕コツ誰^ | 1100001010010001110000101011101011000010100100100100111001011110 | c291c2bac2924e5e |
EUC-JP | ツ堕コツ誰^ | 1000111011000010110000101100010010001110101110101000111011000010110000111010111101011110 | 8ec2c2c48eba8ec2c3af5e |
UTF-8 | ツ堕コツ誰^ | 11101111101111101000001011100101101000001001010111101111101111011011101011101111101111101000001011101000101010101011000001011110 | efbe82e5a095efbdbaefbe82e8aab05e |
UHC | ????誰^ | 00111111001111110011111100111111111000101100000101011110 | 3f3f3f3fe2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)