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愛匙 | 100010001010010010001101111110100110100010001000101001001000110111111010 | 88a48dfa6888a48dfa |
EUC-JP | 愛匙h愛匙 | 101100001010011010111010111111000110100010110000101001101011101011111100 | b0a6bafc68b0a6bafc |
UTF-8 | 愛匙h愛匙 | 11100110100001001001101111100101100011001001100101101000111001101000010010011011111001011000110010011001 | e6849be58c9968e6849be58c99 |
UHC | 愛匙h愛匙 | 111001001111000111100011101101010110100011100100111100011110001110110101 | e4f1e3b568e4f1e3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)