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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ述テゥテア^ | 1100001010001111011100011100001110101001110000111011000101011110 | c28f71c3a9c3b15e |
EUC-JP | ツ述テゥテア^ | 10001110110000101011110111010010100011101100001110001110101010011000111011000011100011101011000101011110 | 8ec2bdd28ec38ea98ec38eb15e |
UTF-8 | ツ述テゥテア^ | 11101111101111101000001011101000101111111011000011101111101111101000001111101111101111011010100111101111101111101000001111101111101111011011000101011110 | efbe82e8bfb0efbe83efbda9efbe83efbdb15e |
UHC | ?述????^ | 0011111111100010111110110011111100111111001111110011111101011110 | 3fe2fb3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)