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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??際??際^ | 001111110011111110001101110110110011111100111111100011011101101101011110 | 3f3f8ddb3f3f8ddb5e |
EUC-JP | ??際??際^ | 001111110011111110111010110111010011111100111111101110101101110101011110 | 3f3fbadd3f3fbadd5e |
UTF-8 | 렳렻際렳렻際^ | 11101011101000001011001111101011101000001011101111101001100110101001101111101011101000001011001111101011101000001011101111101001100110101001101101011110 | eba0b3eba0bbe99a9beba0b3eba0bbe99a9b5e |
UHC | 렳렻際렳렻際^ | 10001110110000001000111011000011111100001011011110001110110000001000111011000011111100001011011101011110 | 8ec08ec3f0b78ec08ec3f0b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)