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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 媛?蕪h媛 | 1001010101010001001111111001010110010011011010001001010101010001 | 95513f9593689551 |
EUC-JP | 媛?蕪h媛 | 1100100110110010001111111100100111110011011010001100100110110010 | c9b23fc9f368c9b2 |
UTF-8 | 媛븃蕪h媛 | 11100101101010101001101111101011101110001000001111101000100101011010101001101000111001011010101010011011 | e5aa9bebb883e895aa68e5aa9b |
UHC | 媛븃蕪h媛 | 111010101011000010111010111010001101100111110011011010001110101010110000 | eab0bae8d9f368eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)