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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 池????? | 10010010011100100011111100111111001111110011111100111111 | 92723f3f3f3f3f |
EUC-JP | 池????? | 11000011110100110011111100111111001111110011111100111111 | c3d33f3f3f3f3f |
UTF-8 | 池렡罹뀜렰렕 | 111001101011000110100000111010111010000010100001111011111010011110100110111010111000000010011100111010111010000010110000111010111010000010010101 | e6b1a0eba0a1efa7a6eb809ceba0b0eba095 |
UHC | 池렡罹뀜렰렕 | 111100101010111010001110101100101110110010111010101100101111000110001110101111011000111010101010 | f2ae8eb2ecbab2f18ebd8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)