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ß | 100100001101011110010011110111111000110010111100010101111001001111011111 | 90d793df8cbc5793df |
SJIS-WIN | ?×????W?? | 00111111100000010111111000111111001111110011111100111111010101110011111100111111 | 3f817e3f3f3f3f573f3f |
EUC-JP | ?×?ß??W?ß | 0011111110100001110111110011111110001111101010011100111000111111001111110101011100111111100011111010100111001110 | 3fa1df3f8fa9ce3f3f573f8fa9ce |
UTF-8 | ×ß¼Wß | 1100001010010000110000111001011111000010100100111100001110011111110000101000110011000010101111000101011111000010100100111100001110011111 | c290c397c293c39fc28cc2bc57c293c39f |
UHC | ?×?ß?¼W?ß | 00111111101000011011111100111111101010011010110000111111101010001111100101010111001111111010100110101100 | 3fa1bf3fa9ac3fa8f9573fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)