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 | 慇鬯慇鬯^ | 100111001011111011101001101011001001110010111110111010011010110001011110 | 9cbee9ac9cbee9ac5e |
EUC-JP | 慇鬯慇鬯^ | 110110001100000011110010101011101101100011000000111100101010111001011110 | d8c0f2aed8c0f2ae5e |
UTF-8 | 慇鬯慇鬯^ | 11100110100001011000011111101001101011001010111111100110100001011000011111101001101011001010111101011110 | e68587e9acafe68587e9acaf5e |
UHC | 慇?慇?^ | 11101011110110110011111111101011110110110011111101011110 | ebdb3febdb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)