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 | í¦í¥TB | 1110110110011000101001101110110110011000101001010101010001000010 | ed98a6ed98a55442 |
SJIS-WIN | ?????¥TB | 001111110011111100111111001111110011111110000001100011110101010001000010 | 3f3f3f3f3f818f5442 |
EUC-JP | í?¦í??TB | 1000111110101011101111110011111110001111101000101100001110001111101010111011111100111111001111110101010001000010 | 8fabbf3f8fa2c38fabbf3f3f5442 |
UTF-8 | í¦í¥TB | 1100001110101101110000101001100011000010101001101100001110101101110000101001100011000010101001010101010001000010 | c3adc298c2a6c3adc298c2a55442 |
UHC | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)