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 | ?A??? | 0011111101000001001111110011111100111111 | 3f413f3f3f |
SJIS-WIN | ?A??? | 0011111101000001001111110011111100111111 | 3f413f3f3f |
EUC-JP | ?A??? | 0011111101000001001111110011111100111111 | 3f413f3f3f |
UTF-8 | 챕A혶짚혳 | 11101100101100011001010101000001111011011001100010110110111011001010011110011010111011011001100010110011 | ecb19541ed98b6eca79aed98b3 |
UHC | 챕A혶짚혳 | 110000111010100101000001110000101001110111000010101001001100001010011010 | c3a941c29dc2a4c29a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)