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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | 嶸ァ巐楠圓[ | 11111010101101001010011111111010101101101001001111101101100110101010001001011011 | fab4a7fab693ed9aa25b |
EUC-JP | 嶸ァ巐楠圓[ | 10001111101110111111010010001110101001111000111110111011111110011100011011101111110101001010010001011011 | 8fbbf48ea78fbbf9c6efd4a45b |
UTF-8 | 嶸ァ巐楠圓[ | 11100101101101101011100011101111101111011010011111100101101101111001000011100110101001011010000011100101100111001001001101011011 | e5b6b8efbda7e5b790e6a5a0e59c935b |
UHC | 嶸??楠圓[ | 111001111010111000111111001111111101000111111000111010101010110101011011 | e7ae3f3fd1f8eaad5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)