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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ施テゥ | 1100001010001110011110111100001110101001 | c28e7bc3a9 |
EUC-JP | ツ施テゥ | 1000111011000010101110111101110010001110110000111000111010101001 | 8ec2bbdc8ec38ea9 |
UTF-8 | ツ施テゥ | 111011111011111010000010111001101001011010111101111011111011111010000011111011111011110110101001 | efbe82e696bdefbe83efbda9 |
UHC | ?施?? | 0011111111100011101111110011111100111111 | 3fe3bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)