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 | 池???? | 100100100111001000111111001111110011111100111111 | 92723f3f3f3f |
EUC-JP | 池?瑗?? | 1100001111010011001111111000111111001100110000000011111100111111 | c3d33f8fccc03f3f |
UTF-8 | 池렍瑗렚杻 | 111001101011000110100000111010111010000010001101111001111001000110010111111010111010000010011010111011111010011110001000 | e6b1a0eba08de79197eba09aefa788 |
UHC | 池렍瑗렚杻 | 11110010101011101000111010100011111010101011110010001110101011011110101011110100 | f2ae8ea3eabc8eadeaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)