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 | 賤楾 | 11100110110010111001111010110111 | e6cb9eb7 |
EUC-JP | 賤楾 | 11101100110011011101110010111001 | eccddcb9 |
UTF-8 | 賤楾 | 111010001011001110100100111001101010010110111110 | e8b3a4e6a5be |
UHC | 賤? | 111101001100000100111111 | f4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)