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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 池貽池貽^ | 100100100111001011100110110001001001001001110010111001101100010001011110 | 9272e6c49272e6c45e |
EUC-JP | 池貽池貽^ | 110000111101001111101100110001101100001111010011111011001100011001011110 | c3d3ecc6c3d3ecc65e |
UTF-8 | 池貽池貽^ | 11100110101100011010000011101000101100101011110111100110101100011010000011101000101100101011110101011110 | e6b1a0e8b2bde6b1a0e8b2bd5e |
UHC | 池貽池貽^ | 111100101010111011101100110000101111001010101110111011001100001001011110 | f2aeecc2f2aeecc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)