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 | Ó¹P^ | 11010011101110010101000001011110 | d3b9505e |
SJIS-WIN | ??P^ | 00111111001111110101000001011110 | 3f3f505e |
EUC-JP | Ó?P^ | 100011111010101011010001001111110101000001011110 | 8faad13f505e |
UTF-8 | Ó¹P^ | 110000111001001111000010101110010101000001011110 | c393c2b9505e |
UHC | ?¹P^ | 0011111110101001111101100101000001011110 | 3fa9f6505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)