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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 愛▼?茹 | 10001000101001001000000110100101001111111110010010100101 | 88a481a53fe4a5 |
EUC-JP | 愛▼?茹 | 10110000101001101010001010100111001111111110100010100111 | b0a6a2a73fe8a7 |
UTF-8 | 愛▼꽒茹 | 111001101000010010011011111000101001011010111100111010101011110110010010111010001000110010111001 | e6849be296bceabd92e88cb9 |
UHC | 愛▼꽒茹 | 1110010011110001101000011110010110000100101000011110011010101010 | e4f1a1e584a1e6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)