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 | 池?莊?攸 | 1001001001110010001111111110010010110101001111111001110110111111 | 92723fe4b53f9dbf |
EUC-JP | 池?莊?攸 | 1100001111010011001111111110100010110111001111111101101011000001 | c3d33fe8b73fdac1 |
UTF-8 | 池렍莊렡攸 | 111001101011000110100000111010111010000010001101111010001000111010001010111010111010000010100001111001101001010010111000 | e6b1a0eba08de88e8aeba0a1e694b8 |
UHC | 池렍莊렡攸 | 11110010101011101000111010100011111011011111011010001110101100101110101011110010 | f2ae8ea3edf68eb2eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)