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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??媛?陶B | 0011111100111111100101010101000100111111100100111010100101000010 | 3f3f95513f93a942 |
EUC-JP | 焌?媛?陶B | 10001111110010011110100000111111110010011011001000111111110001101010101101000010 | 8fc9e83fc9b23fc6ab42 |
UTF-8 | 焌렒媛곁陶B | 11100111100001001000110011101011101000001001001011100101101010101001101111101010101100111000000111101001100110011011011001000010 | e7848ceba092e5aa9beab381e999b642 |
UHC | 焌렒媛곁陶B | 1111000111100000100011101010011111101010101100001011000011100111110101001011011001000010 | f1e08ea7eab0b0e7d4b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)