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^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
SJIS-WIN | 達PD達PD^ | 100100100100001001010000010001001001001001000010010100000100010001011110 | 92425044924250445e |
EUC-JP | 達PD達PD^ | 110000111010001101010000010001001100001110100011010100000100010001011110 | c3a35044c3a350445e |
UTF-8 | 達PD達PD^ | 1110100110000001100101000101000001000100111010011000000110010100010100000100010001011110 | e981945044e9819450445e |
UHC | 達PD達PD^ | 110100111011100101010000010001001101001110111001010100000100010001011110 | d3b95044d3b950445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)