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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兌幣饅 | 100110010101101110010101101111001110100101011100 | 995b95bce95c |
EUC-JP | 兌幣饅 | 110100011011110011001010101111101111000110111101 | d1bccabef1bd |
UTF-8 | 兌幣饅 | 111001011000010110001100111001011011100110100011111010011010010110000101 | e5858ce5b9a3e9a585 |
UHC | 兌幣饅 | 111101111011101011111000110001111101100011000011 | f7baf8c7d8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)