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 | ÷Âü¹~ | 1111011111000010111111001011100101111110 | f7c2fcb97e |
SJIS-WIN | ÷???~ | 100000011000000000111111001111110011111101111110 | 81803f3f3f7e |
EUC-JP | ÷Âü?~ | 10100001111000001000111110101010101001001000111110101011111001000011111101111110 | a1e08faaa48fabe43f7e |
UTF-8 | ÷Âü¹~ | 110000111011011111000011100000101100001110111100110000101011100101111110 | c3b7c382c3bcc2b97e |
UHC | ÷??¹~ | 10100001110000000011111100111111101010011111011001111110 | a1c03f3fa9f67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)