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 | 鬱盲?檍 | 10011111010101001001011011010011001111111001111011111000 | 9f5496d33f9ef8 |
EUC-JP | 鬱盲?檍 | 11011101101101011100110011010101001111111101110011111010 | ddb5ccd53fdcfa |
UTF-8 | 鬱盲썲檍 | 111010011010110010110001111001111001101110110010111011001000110110110010111001101010101010001101 | e9acb1e79bb2ec8db2e6aa8d |
UHC | 鬱盲썲檍 | 1110101010100110110110001110111010111101111001011110010111100101 | eaa6d8eebde5e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)