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 | ??遲??遲^ | 001111110011111111100111101011010011111100111111111001111010110101011110 | 3f3fe7ad3f3fe7ad5e |
EUC-JP | ??遲??遲^ | 001111110011111111101110101011110011111100111111111011101010111101011110 | 3f3feeaf3f3feeaf5e |
UTF-8 | 렳롅遲렳롅遲^ | 11101011101000001011001111101011101000011000010111101001100000011011001011101011101000001011001111101011101000011000010111101001100000011011001001011110 | eba0b3eba185e981b2eba0b3eba185e981b25e |
UHC | 렳롅遲렳롅遲^ | 10001110110000001000111011001011111100101100000010001110110000001000111011001011111100101100000001011110 | 8ec08ecbf2c08ec08ecbf2c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)