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 | BPDBPD^ | 100100100100001001010000010001001001001001000010010100000100010001011110 | 92425044924250445e |
SJIS-WIN | ?BPD?BPD^ | 001111110100001001010000010001000011111101000010010100000100010001011110 | 3f4250443f4250445e |
EUC-JP | ?BPD?BPD^ | 001111110100001001010000010001000011111101000010010100000100010001011110 | 3f4250443f4250445e |
UTF-8 | BPDBPD^ | 1100001010010010010000100101000001000100110000101001001001000010010100000100010001011110 | c292425044c2924250445e |
UHC | ?BPD?BPD^ | 001111110100001001010000010001000011111101000010010100000100010001011110 | 3f4250443f4250445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)