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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?占?F | 0011111110010000111010000011111101000110 | 3f90e83f46 |
EUC-JP | ?占?F | 0011111111000000111010100011111101000110 | 3fc0ea3f46 |
UTF-8 | 첨占줛F | 11101100101100101010100011100101100011011010000011101100101001001001101101000110 | ecb2a8e58da0eca49b46 |
UHC | 첨占줛F | 11000011101101111110111110111111101000100100101001000110 | c3b7efbfa24a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)