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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄭褐轢陰 | 1001001101000001100010101000110011100111100000001000100101000001 | 93418a8ce7808941 |
EUC-JP | 鄭褐轢陰 | 1100010110100010101100111110110011101101111000001011000110100010 | c5a2b3ecede0b1a2 |
UTF-8 | 鄭褐轢陰 | 111010011000010010101101111010001010010010010000111010001011110110100010111010011001100110110000 | e984ade8a490e8bda2e999b0 |
UHC | 鄭褐轢陰 | 1110111111110111110010101110100011010101111110011110101111100100 | eff7cae8d5f9ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)