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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鷹??B | 1001000111101001001111110011111101000010 | 91e93f3f42 |
EUC-JP | 鷹??B | 1100001011101011001111110011111101000010 | c2eb3f3f42 |
UTF-8 | 鷹몄뤈B | 11101001101101111011100111101011101010101000010011101011101001001000100001000010 | e9b7b9ebaa84eba48842 |
UHC | 鷹몄뤈B | 11101011111011011011100011101100100011111011100001000010 | ebedb8ec8fb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)