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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶝eЦ嶝 | 1001101111010001100000101000010110000100010101111001101111010001 | 9bd1828584579bd1 |
EUC-JP | 嶝eЦ嶝 | 1101011011010011101000111110010110100111101110001101011011010011 | d6d3a3e5a7b8d6d3 |
UTF-8 | 嶝eЦ嶝 | 1110010110110110100111011110111110111101100001011101000010100110111001011011011010011101 | e5b69defbd85d0a6e5b69d |
UHC | 嶝eЦ嶝 | 1101010011110001101000111110010110101100101110001101010011110001 | d4f1a3e5acb8d4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)