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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횪횞창챌횪횜^ | 11101101100110101010101011101101100110101001111011101100101100001011110111101100101100011000110011101101100110101010101011101101100110101001110001011110 | ed9aaaed9a9eecb0bdecb18ced9aaaed9a9c5e |
UHC | 횪횞창챌횪횜^ | 11000011101000001100001110010111110000111010001011000011101001111100001110100000110000111001011001011110 | c3a0c397c3a2c3a7c3a0c3965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)