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 | ?????|?? | 0011111100111111001111110011111100111111011111000011111100111111 | 3f3f3f3f3f7c3f3f |
SJIS-WIN | ?????|?? | 0011111100111111001111110011111100111111011111000011111100111111 | 3f3f3f3f3f7c3f3f |
EUC-JP | ?????|?? | 0011111100111111001111110011111100111111011111000011111100111111 | 3f3f3f3f3f7c3f3f |
UTF-8 | 채쨘혶짚챗|혵혛 | 11101100101100011000010011101100101010001001100011101101100110001011011011101100101001111001101011101100101100011001011101111100111011011001100010110101111011011001100010011011 | ecb184eca898ed98b6eca79aecb1977ced98b5ed989b |
UHC | 채쨘혶짚챗|혵혛 | 110000111010010011000010101110101100001010011101110000101010010011000011101010100111110011000010100111001100001010000110 | c3a4c2bac29dc2a4c3aa7cc29cc286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)