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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??術埃^ | 00111111001111111000111101110000100110101011101001011110 | 3f3f8f709aba5e |
EUC-JP | ??術埃^ | 00111111001111111011110111010001110101001011110001011110 | 3f3fbdd1d4bc5e |
UTF-8 | 롕렚術埃^ | 11101011101000011001010111101011101000001001101011101000101000011001001111100101100111111000001101011110 | eba195eba09ae8a193e59f835e |
UHC | 롕렚術埃^ | 100011101101100110001110101011011110001011111010111001001110111101011110 | 8ed98eade2fae4ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)