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 | ç«é´«P | 11100111100000101010101111101001101101001010101101010000 | e782abe9b4ab50 |
SJIS-WIN | ????´?P | 0011111100111111001111110011111110000001010011000011111101010000 | 3f3f3f3f814c3f50 |
EUC-JP | ç??é´?P | 100011111010101110101110001111110011111110001111101010111011000110100001101011010011111101010000 | 8fabae3f3f8fabb1a1ad3f50 |
UTF-8 | ç«é´«P | 11000011101001111100001010000010110000101010101111000011101010011100001010110100110000101010101101010000 | c3a7c282c2abc3a9c2b4c2ab50 |
UHC | ????´?P | 0011111100111111001111110011111110100010101001010011111101010000 | 3f3f3f3fa2a53f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)