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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 室??@ | 1000111010111010001111110011111101000000 | 8eba3f3f40 |
EUC-JP | 室??@ | 1011110010111100001111110011111101000000 | bcbc3f3f40 |
UTF-8 | 室릯뢌@ | 11100101101011101010010011101011101001101010111111101011101000101000110001000000 | e5aea4eba6afeba28c40 |
UHC | 室릯뢌@ | 11100011111110001001000010001111100011110100100001000000 | e3f8908f8f4840 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)