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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 裔??預??^ | 111001011110000100111111001111111001011101100001001111110011111101011110 | e5e13f3f97613f3f5e |
EUC-JP | 裔??預??^ | 111010101110001100111111001111111100110111000010001111110011111101011110 | eae33f3fcdc23f3f5e |
UTF-8 | 裔쏅젍預뗫젎^ | 11101000101000111001010011101100100011111000010111101100101000001000110111101001101000001001000011101011100101111010101111101100101000001000111001011110 | e8a394ec8f85eca08de9a090eb97abeca08e5e |
UHC | 裔쏅젍預뗫젎^ | 11100111111000001001101111101011101000001000111011100111111010001000101111101011101000001000111101011110 | e7e09beba08ee7e88beba08f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)