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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 潁帋潁貂h | 100111111111000110011011111000011001111111110001111001101011100001101000 | 9ff19be19ff1e6b868 |
EUC-JP | 潁帋潁貂h | 110111101111001111010110111000111101111011110011111011001011101001101000 | def3d6e3def3ecba68 |
UTF-8 | 潁帋潁貂h | 11100110101111011000000111100101101110001000101111100110101111011000000111101000101100101000001001101000 | e6bd81e5b88be6bd81e8b28268 |
UHC | 潁?潁貂h | 1110011110111000001111111110011110111000111101011011000001101000 | e7b83fe7b8f5b068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)