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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 拜婀h拜婀 | 100111010110000010011011010100110110100010011101011000001001101101010011 | 9d609b53689d609b53 |
EUC-JP | 拜婀h拜婀 | 110110011100000111010101101101000110100011011001110000011101010110110100 | d9c1d5b468d9c1d5b4 |
UTF-8 | 拜婀h拜婀 | 11100110100010111001110011100101101010011000000001101000111001101000101110011100111001011010100110000000 | e68b9ce5a98068e68b9ce5a980 |
UHC | 拜?h拜? | 11011011110010000011111101101000110110111100100000111111 | dbc83f68dbc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)