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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 漬?媛?B | 10010010110100000011111110010101010100010011111101000010 | 92d03f95513f42 |
EUC-JP | 漬?媛?B | 11000100110100100011111111001001101100100011111101000010 | c4d23fc9b23f42 |
UTF-8 | 漬렠媛렎B | 11100110101111001010110011101011101000001010000011100101101010101001101111101011101000001000111001000010 | e6bcaceba0a0e5aa9beba08e42 |
UHC | 漬렠媛렎B | 111100101011000010001110101100011110101010110000100011101010010001000010 | f2b08eb1eab08ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)