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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 皷皷[皷皷[^ | 1110101010001001111010101000100101011011111010101000100111101010100010010101101101011110 | ea89ea895bea89ea895b5e |
EUC-JP | 皷皷[皷皷[^ | 1111001111101001111100111110100101011011111100111110100111110011111010010101101101011110 | f3e9f3e95bf3e9f3e95b5e |
UTF-8 | 皷皷[皷皷[^ | 111001111001101010110111111001111001101010110111010110111110011110011010101101111110011110011010101101110101101101011110 | e79ab7e79ab75be79ab7e79ab75b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)