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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 彫頭?窪?^ | 100100101010010010010011101010100011111110001100010001010011111101011110 | 92a493aa3f8c453f5e |
EUC-JP | 彫頭?窪?^ | 110001001010011011000110101011000011111110110111101001100011111101011110 | c4a6c6ac3fb7a63f5e |
UTF-8 | 彫頭딧窪렭^ | 11100101101111011010101111101001101000001010110111101011100101001010011111100111101010101010101011101011101000001010110101011110 | e5bdabe9a0adeb94a7e7aaaaeba0ad5e |
UHC | 彫頭딧窪렭^ | 1111000011000001110101001110100110110101111101111110100011000001100011101011101001011110 | f0c1d4e9b5f7e8c18eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)