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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???鬼^ | 001111110011111100111111100010110101001101011110 | 3f3f3f8b535e |
EUC-JP | ???鬼^ | 001111110011111100111111101101011011010001011110 | 3f3f3fb5b45e |
UTF-8 | 嶪용떦鬼^ | 11100101101101101010101011101100100110101010100111101011100101101010011011101001101011001011110001011110 | e5b6aaec9aa9eb96a6e9acbc5e |
UHC | 嶪용떦鬼^ | 111001011111010110111111111010111000101110111001110100001010000101011110 | e5f5bfeb8bb9d0a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)