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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 絖堺 | 11100011010011001000110111100100 | e34c8de4 |
EUC-JP | 絖堺 | 11100101101011011011101011100110 | e5adbae6 |
UTF-8 | 絖堺 | 111001111011010110010110111001011010000010111010 | e7b596e5a0ba |
UHC | ?堺 | 001111111100110011110111 | 3fccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)