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 | 100111111111000110011011111000011001111111110001111001110101101001101000 | 9ff19be19ff1e75a68 |
EUC-JP | 潁帋潁躬h | 110111101111001111010110111000111101111011110011111011011011101101101000 | def3d6e3def3edbb68 |
UTF-8 | 潁帋潁躬h | 11100110101111011000000111100101101110001000101111100110101111011000000111101000101110101010110001101000 | e6bd81e5b88be6bd81e8baac68 |
UHC | 潁?潁躬h | 1110011110111000001111111110011110111000110011111110010101101000 | e7b83fe7b8cfe568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)