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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 媛?h媛 | 100101010101000100111111011010001001010101010001 | 95513f689551 |
EUC-JP | 媛?h媛 | 110010011011001000111111011010001100100110110010 | c9b23f68c9b2 |
UTF-8 | 媛렗h媛 | 11100101101010101001101111101011101000001001011101101000111001011010101010011011 | e5aa9beba09768e5aa9b |
UHC | 媛렗h媛 | 11101010101100001000111010101100011010001110101010110000 | eab08eac68eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)