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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疫ヨ?搖 | 10001001011101011000001110001000001111111001110110001010 | 897583883f9d8a |
EUC-JP | 疫ヨ?搖 | 10110001110101101010010111101000001111111101100111101010 | b1d6a5e83fd9ea |
UTF-8 | 疫ヨ펺搖 | 111001111001011010101011111000111000001110101000111011011000111010111010111001101001000010010110 | e796abe383a8ed8ebae69096 |
UHC | 疫ヨ펺搖 | 1110011010111001101010111110100010111100100010101110100011110100 | e6b9abe8bc8ae8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)