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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 嬪噤iV | 10011011011011001001101010000001100000101000100101010110 | 9b6c9a81828956 |
EUC-JP | 嬪噤iV | 11010101110011011101001111100001101000111110100101010110 | d5cdd3e1a3e956 |
UTF-8 | 嬪噤iV | 11100101101011001010101011100101100110011010010011101111101111011000100101010110 | e5acaae599a4efbd8956 |
UHC | 嬪?iV | 110111101010111000111111101000111110100101010110 | deae3fa3e956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)