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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踟廷楡 | 111001101111011110010010111011001001111010111110 | e6f792ec9ebe |
EUC-JP | 踟廷楡 | 111011001111100111000100111011101101110011000000 | ecf9c4eedcc0 |
UTF-8 | 踟廷楡 | 111010001011100010011111111001011011101110110111111001101010010110100001 | e8b89fe5bbb7e6a5a1 |
UHC | ?廷楡 | 0011111111101111110101011110101011111000 | 3fefd5eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)