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 | 碩薛碩笙 | 1001000011010111111001010100110010010000110101111110001010011001 | 90d7e54c90d7e299 |
EUC-JP | 碩薛碩笙 | 1100000011011001111010011010110111000000110110011110001111111001 | c0d9e9adc0d9e3f9 |
UTF-8 | 碩薛碩笙 | 111001111010001010101001111010001001011010011011111001111010001010101001111001111010110010011001 | e7a2a9e8969be7a2a9e7ac99 |
UHC | 碩薛碩笙 | 1110000010110101111000001110000011100000101101011101111111101001 | e0b5e0e0e0b5dfe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)