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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ?顔?BF | 001111111000101011100111001111110100001001000110 | 3f8ae73f4246 |
EUC-JP | ?顔?BF | 001111111011010011101001001111110100001001000110 | 3fb4e93f4246 |
UTF-8 | 쎂顔앃BF | 1110110010001110100000101110100110100001100101001110110010010101100000110100001001000110 | ec8e82e9a194ec95834246 |
UHC | 쎂顔앃BF | 1001101110101100111001001101010010011101110011110100001001000110 | 9bace4d49dcf4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)