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? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | ワス鴫h | 1111000010111010110111001111000110001110101111011000111010110000011010001111000010111010 | f0badcf18ebd8eb068f0ba |
EUC-JP | ?ワ?ス鴫h? | 00111111100011101101110000111111100011101011110110111100101100100110100000111111 | 3f8edc3f8ebdbcb2683f |
UTF-8 | ワス鴫h | 11101110100000011011100111101111101111101001110011101110100001001000100111101111101111011011110111101001101101001010101101101000111011101000000110111001 | ee81b9efbe9cee8489efbdbde9b4ab68ee81b9 |
UHC | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)