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??\ | 0011111101110000001111110011111101011100 | 3f703f3f5c |
SJIS-WIN | ?p??\ | 0011111101110000001111110011111101011100 | 3f703f3f5c |
EUC-JP | ?p??\ | 0011111101110000001111110011111101011100 | 3f703f3f5c |
UTF-8 | 찾p혦쨍\ | 1110110010110000101111100111000011101101100110001010011011101100101010001000110101011100 | ecb0be70ed98a6eca88d5c |
UHC | 찾p혦쨍\ | 1100001110100011011100001100001010001110110000101011100001011100 | c3a370c28ec2b85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)