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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嚥???? | 100110101000101100111111001111110011111100111111 | 9a8b3f3f3f3f |
EUC-JP | 嚥???? | 110100111110101100111111001111110011111100111111 | d3eb3f3f3f3f |
UTF-8 | 嚥잏셽罹봃 | 111001011001101010100101111011001001111010001111111011001000010110111101111011111010011110100110111010111011010010000011 | e59aa5ec9e8fec85bdefa7a6ebb483 |
UHC | 嚥잏셽罹봃 | 11100110101111111001111111100111100110011000001011101100101110101001010001000110 | e6bf9fe79982ecba9446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)