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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 驪有h驪有 | 111010011000101110010111010011000110100011101001100010111001011101001100 | e98b974c68e98b974c |
EUC-JP | 驪有h驪有 | 111100011110101111001101101011010110100011110001111010111100110110101101 | f1ebcdad68f1ebcdad |
UTF-8 | 驪有h驪有 | 11101001101010011010101011100110100111001000100101101000111010011010100110101010111001101001110010001001 | e9a9aae69c8968e9a9aae69c89 |
UHC | 驪有h驪有 | 110101011111000111101010111100110110100011010101111100011110101011110011 | d5f1eaf368d5f1eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)