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 | 豕呵紫顰 | 1110011010110011100110011110100010001110100001111110100011111100 | e6b399e88e87e8fc |
EUC-JP | 豕呵紫顰 | 1110110010110101110100101110101010111011111001111111000011111110 | ecb5d2eabbe7f0fe |
UTF-8 | 豕呵紫顰 | 111010001011000110010101111001011001000110110101111001111011010010101011111010011010000110110000 | e8b195e591b5e7b4abe9a1b0 |
UHC | 豕呵紫? | 11100011110011101100101010100111111011011011100100111111 | e3cecaa7edb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)