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 | ?Q] | 001111110101000101011101 | 3f515d |
SJIS-WIN | 鏡Q] | 10001011101111100101000101011101 | 8bbe515d |
EUC-JP | 鏡Q] | 10110110110000000101000101011101 | b6c0515d |
UTF-8 | 鏡Q] | 1110100110001111101000010101000101011101 | e98fa1515d |
UHC | 鏡Q] | 11001100111100000101000101011101 | ccf0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)