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 | ??PD??PD^ | 001111110011111101010000010001000011111100111111010100000100010001011110 | 3f3f50443f3f50445e |
SJIS-WIN | ??PD??PD^ | 001111110011111101010000010001000011111100111111010100000100010001011110 | 3f3f50443f3f50445e |
EUC-JP | ??PD??PD^ | 001111110011111101010000010001000011111100111111010100000100010001011110 | 3f3f50443f3f50445e |
UTF-8 | 셔샵PD셔샵PD^ | 1110110010000101100101001110110010000011101101010101000001000100111011001000010110010100111011001000001110110101010100000100010001011110 | ec8594ec83b55044ec8594ec83b550445e |
UHC | 셔샵PD셔샵PD^ | 10111100110001011011110010100101010100000100010010111100110001011011110010100101010100000100010001011110 | bcc5bca55044bcc5bca550445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)