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 | 池?園?樟 | 1001001001110010001111111000100110000000001111111000111110111110 | 92723f89803f8fbe |
EUC-JP | 池?園?樟 | 1100001111010011001111111011000111100000001111111011111011000000 | c3d33fb1e03fbec0 |
UTF-8 | 池렡園렋樟 | 111001101011000110100000111010111010000010100001111001011001110010010010111010111010000010001011111001101010100010011111 | e6b1a0eba0a1e59c92eba08be6a89f |
UHC | 池렡園렋樟 | 11110010101011101000111010110010111010101010111010001110101000101110110111101001 | f2ae8eb2eaae8ea2ede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)