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 | û÷Ë | 1111101111110111100011101100101110001110 | fbf78ecb8e |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | û÷?Ë? | 10001111101010111110010110100001111000000011111110001111101010101011001100111111 | 8fabe5a1e03f8faab33f |
UTF-8 | û÷Ë | 11000011101110111100001110110111110000101000111011000011100010111100001010001110 | c3bbc3b7c28ec38bc28e |
UHC | ?÷??? | 001111111010000111000000001111110011111100111111 | 3fa1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)