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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池伎??? | 10010010011100101000101011101010001111110011111100111111 | 92728aea3f3f3f |
EUC-JP | 池伎??? | 11000011110100111011010011101100001111110011111100111111 | c3d3b4ec3f3f3f |
UTF-8 | 池伎렩렭林 | 111001101011000110100000111001001011110010001110111010111010000010101001111010111010000010101101111011111010011110110100 | e6b1a0e4bc8eeba0a9eba0adefa7b4 |
UHC | 池伎렩렭林 | 11110010101011101101000011101011100011101011011110001110101110101110110011110111 | f2aed0eb8eb78ebaecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)