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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 池?\ | 10010010011100100011111101011100 | 92723f5c |
EUC-JP | 池?\ | 11000011110100110011111101011100 | c3d33f5c |
UTF-8 | 池렡\ | 11100110101100011010000011101011101000001010000101011100 | e6b1a0eba0a15c |
UHC | 池렡\ | 1111001010101110100011101011001001011100 | f2ae8eb25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)