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 | 自璽治自 | 1000111010101001100011101010001110001110101000011000111010101001 | 8ea98ea38ea18ea9 |
EUC-JP | 自璽治自 | 1011110010101011101111001010010110111100101000111011110010101011 | bcabbca5bca3bcab |
UTF-8 | 自璽治自 | 111010001000011110101010111001111001001010111101111001101011001010111011111010001000011110101010 | e887aae792bde6b2bbe887aa |
UHC | 自璽治自 | 1110110110111011110111111101111011110110101111011110110110111011 | edbbdfdef6bdedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)