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 | 暑? | 100011111000101100111111 | 8f8b3f |
EUC-JP | 暑? | 101111011110101100111111 | bdeb3f |
UTF-8 | 暑싨 | 111001101001101010010001111011001000101110101000 | e69a91ec8ba8 |
UHC | 暑싨 | 11011111111101001001101011100110 | dff49ae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)