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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?占?^ | 0011111110010000111010000011111101011110 | 3f90e83f5e |
EUC-JP | ?占?^ | 0011111111000000111010100011111101011110 | 3fc0ea3f5e |
UTF-8 | 첨占쥁^ | 11101100101100101010100011100101100011011010000011101100101001011000000101011110 | ecb2a8e58da0eca5815e |
UHC | 첨占쥁^ | 11000011101101111110111110111111101000100111010001011110 | c3b7efbfa2745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)