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 | 池?雍戡?? | 100100100111001000111111111010001011010010011101010000010011111100111111 | 92723fe8b49d413f3f |
EUC-JP | 池?雍戡?? | 110000111101001100111111111100001011011011011001101000100011111100111111 | c3d33ff0b6d9a23f3f |
UTF-8 | 池렓雍戡렰렮 | 111001101011000110100000111010111010000010010011111010011001101110001101111001101000100010100001111010111010000010110000111010111010000010101110 | e6b1a0eba093e99b8de688a1eba0b0eba0ae |
UHC | 池렓雍戡렰렮 | 111100101010111010001110101010001110100010111100110010101111000110001110101111011000111010111011 | f2ae8ea8e8bccaf18ebd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)