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^ | 001111110011111100111111001111110101000001011110 | 3f3f3f3f505e |
SJIS-WIN | ????P^ | 001111110011111100111111001111110101000001011110 | 3f3f3f3f505e |
EUC-JP | ????P^ | 001111110011111100111111001111110101000001011110 | 3f3f3f3f505e |
UTF-8 | 챨철쩌쨘P^ | 1110110010110001101010001110110010110010101000001110110010101001100011001110110010101000100110000101000001011110 | ecb1a8ecb2a0eca98ceca898505e |
UHC | 챨철쩌쨘P^ | 11000011101100001100001110110110110000101011110011000010101110100101000001011110 | c3b0c3b6c2bcc2ba505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)