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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 池?園??? | 1001001001110010001111111000100110000000001111110011111100111111 | 92723f89803f3f3f |
EUC-JP | 池?園??? | 1100001111010011001111111011000111100000001111110011111100111111 | c3d33fb1e03f3f3f |
UTF-8 | 池렡園렋利렕 | 111001101011000110100000111010111010000010100001111001011001110010010010111010111010000010001011111011111010011110011101111010111010000010010101 | e6b1a0eba0a1e59c92eba08befa79deba095 |
UHC | 池렡園렋利렕 | 111100101010111010001110101100101110101010101110100011101010001011101100101001101000111010101010 | f2ae8eb2eaae8ea2eca68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)