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 | ????i^ | 001111110011111100111111001111110110100101011110 | 3f3f3f3f695e |
SJIS-WIN | ?隆??i^ | 00111111100101111011001000111111001111110110100101011110 | 3f97b23f3f695e |
EUC-JP | ?隆??i^ | 00111111110011101011010000111111001111110110100101011110 | 3fceb43f3f695e |
UTF-8 | 렺隆렻렕i^ | 1110101110100000101110101110100110011010100001101110101110100000101110111110101110100000100101010110100101011110 | eba0bae99a86eba0bbeba095695e |
UHC | 렺隆렻렕i^ | 10001110110000101101011111001100100011101100001110001110101010100110100101011110 | 8ec2d7cc8ec38eaa695e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)