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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 箴Lh箴L | 11100010101111000100110001101000111000101011110001001100 | e2bc4c68e2bc4c |
EUC-JP | 箴Lh箴L | 11100100101111100100110001101000111001001011111001001100 | e4be4c68e4be4c |
UTF-8 | 箴Lh箴L | 111001111010111010110100010011000110100011100111101011101011010001001100 | e7aeb44c68e7aeb44c |
UHC | 箴Lh箴L | 11101101110101110100110001101000111011011101011101001100 | edd74c68edd74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)