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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 邁曽H | 1110011110110000100100010101110101001000 | e7b0915d48 |
EUC-JP | 邁曽H | 1110111010110010110000011011111001001000 | eeb2c1be48 |
UTF-8 | 邁曽H | 11101001100000101000000111100110100110111011110101001000 | e98281e69bbd48 |
UHC | 邁?H | 11011000111001000011111101001000 | d8e43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)