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 | ×ß¼W | 10010000110101111001001111011111100011001011110001010111 | 90d793df8cbc57 |
SJIS-WIN | ?×????W | 0011111110000001011111100011111100111111001111110011111101010111 | 3f817e3f3f3f3f57 |
EUC-JP | ?×?ß??W | 00111111101000011101111100111111100011111010100111001110001111110011111101010111 | 3fa1df3f8fa9ce3f3f57 |
UTF-8 | ×ß¼W | 11000010100100001100001110010111110000101001001111000011100111111100001010001100110000101011110001010111 | c290c397c293c39fc28cc2bc57 |
UHC | ?×?ß?¼W | 00111111101000011011111100111111101010011010110000111111101010001111100101010111 | 3fa1bf3fa9ac3fa8f957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)