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^ | 110000111010001101010000010001001100001110100011010100000100010001011110 | c3a35044c3a350445e |
SJIS-WIN | ?£PD?£PD^ | 0011111110000001100100100101000001000100001111111000000110010010010100000100010001011110 | 3f819250443f819250445e |
EUC-JP | ãPDãPD^ | 100011111010101010101010101000011111001001010000010001001000111110101010101010101010000111110010010100000100010001011110 | 8faaaaa1f250448faaaaa1f250445e |
UTF-8 | ãPDãPD^ | 11000011100000111100001010100011010100000100010011000011100000111100001010100011010100000100010001011110 | c383c2a35044c383c2a350445e |
UHC | ??PD??PD^ | 001111110011111101010000010001000011111100111111010100000100010001011110 | 3f3f50443f3f50445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)