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^ | 110100111011100101010000010001001101001110111001010100000100010001011110 | d3b95044d3b950445e |
SJIS-WIN | ??PD??PD^ | 001111110011111101010000010001000011111100111111010100000100010001011110 | 3f3f50443f3f50445e |
EUC-JP | Ó?PDÓ?PD^ | 10001111101010101101000100111111010100000100010010001111101010101101000100111111010100000100010001011110 | 8faad13f50448faad13f50445e |
UTF-8 | Ó¹PDÓ¹PD^ | 11000011100100111100001010111001010100000100010011000011100100111100001010111001010100000100010001011110 | c393c2b95044c393c2b950445e |
UHC | ?¹PD?¹PD^ | 0011111110101001111101100101000001000100001111111010100111110110010100000100010001011110 | 3fa9f650443fa9f650445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)