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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
EUC-JP | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
UTF-8 | 緣끧꾩넍h緣 | 11100111101101111010001111101011100000011010011111101010101111101010100111101011100001001000110101101000111001111011011110100011 | e7b7a3eb81a7eabea9eb848d68e7b7a3 |
UHC | 緣끧꾩넍h緣 | 1110011011011110100001011101000110000100111011001000011010011001011010001110011011011110 | e6de85d184ec869968e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)