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 | 疫ヨ?繹 | 10001001011101011000001110001000001111111110001110001000 | 897583883fe388 |
EUC-JP | 疫ヨ?繹 | 10110001110101101010010111101000001111111110010111101000 | b1d6a5e83fe5e8 |
UTF-8 | 疫ヨ펺繹 | 111001111001011010101011111000111000001110101000111011011000111010111010111001111011100110111001 | e796abe383a8ed8ebae7b9b9 |
UHC | 疫ヨ펺繹 | 1110011010111001101010111110100010111100100010101110011010111010 | e6b9abe8bc8ae6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)