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 | 池?汀?源 | 1001001001110010001111111001001011110011001111111000110010111001 | 92723f92f33f8cb9 |
EUC-JP | 池?汀?源 | 1100001111010011001111111100010011110101001111111011100010111011 | c3d33fc4f53fb8bb |
UTF-8 | 池렓汀렡源 | 111001101011000110100000111010111010000010010011111001101011000110000000111010111010000010100001111001101011101010010000 | e6b1a0eba093e6b180eba0a1e6ba90 |
UHC | 池렓汀렡源 | 11110010101011101000111010101000111011111110001010001110101100101110101010111001 | f2ae8ea8efe28eb2eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)