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 | 池?園?? | 10010010011100100011111110001001100000000011111100111111 | 92723f89803f3f |
EUC-JP | 池?園?? | 11000011110100110011111110110001111000000011111100111111 | c3d33fb1e03f3f |
UTF-8 | 池렡園렋吏 | 111001101011000110100000111010111010000010100001111001011001110010010010111010111010000010001011111011111010011110011110 | e6b1a0eba0a1e59c92eba08befa79e |
UHC | 池렡園렋吏 | 11110010101011101000111010110010111010101010111010001110101000101110110010100111 | f2ae8eb2eaae8ea2eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)