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 | 鷹??闇 | 100100011110100100111111001111111000100011000101 | 91e93f3f88c5 |
EUC-JP | 鷹??闇 | 110000101110101100111111001111111011000011000111 | c2eb3f3fb0c7 |
UTF-8 | 鷹계뿪闇 | 111010011011011110111001111010101011001110000100111010111011111110101010111010011001011110000111 | e9b7b9eab384ebbfaae99787 |
UHC | 鷹계뿪闇 | 1110101111101101101100001110100010010111101010101110010011100001 | ebedb0e897aae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)