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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 池?^ | 10010010011100100011111101011110 | 92723f5e |
EUC-JP | 池?^ | 11000011110100110011111101011110 | c3d33f5e |
UTF-8 | 池렠^ | 11100110101100011010000011101011101000001010000001011110 | e6b1a0eba0a05e |
UHC | 池렠^ | 1111001010101110100011101011000101011110 | f2ae8eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)