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 | û÷ð¾ | 11111011111101111111000010111110 | fbf7f0be |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | û÷ð? | 100011111010101111100101101000011110000010001111101010011100001100111111 | 8fabe5a1e08fa9c33f |
UTF-8 | û÷ð¾ | 1100001110111011110000111011011111000011101100001100001010111110 | c3bbc3b7c3b0c2be |
UHC | ?÷ð¾ | 00111111101000011100000010101001101000111010100011111010 | 3fa1c0a9a3a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)