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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蹊狗梛^ | 11100110111111001000101111100111100111101000101101011110 | e6fc8be79e8b5e |
EUC-JP | 蹊狗梛^ | 11101100111111101011011011101001110110111110101101011110 | ecfeb6e9dbeb5e |
UTF-8 | 蹊狗梛^ | 11101000101110011000101011100111100010111001011111100110101000101001101101011110 | e8b98ae78b97e6a29b5e |
UHC | 蹊狗?^ | 111110111011011111001111101101110011111101011110 | fbb7cfb73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)