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 | ½ü¹Ã | 10111101111111001011100111000011 | bdfcb9c3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ü?Ã | 0011111110001111101010111110010000111111100011111010101010101010 | 3f8fabe43f8faaaa |
UTF-8 | ½ü¹Ã | 1100001010111101110000111011110011000010101110011100001110000011 | c2bdc3bcc2b9c383 |
UHC | ½?¹? | 101010001111011000111111101010011111011000111111 | a8f63fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)