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 | 重攀? | 1000111101100100100111011011001100111111 | 8f649db33f |
EUC-JP | 重攀? | 1011110111000101110110101011010100111111 | bdc5dab53f |
UTF-8 | 重攀렖 | 111010011000011110001101111001101001010010000000111010111010000010010110 | e9878de69480eba096 |
UHC | 重攀렖 | 111100011110110011011010111001111000111010101011 | f1ecdae78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)