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 | ¼¶ | 1100001010111100110000101011011011000010 | c2bcc2b6c2 |
SJIS-WIN | ???¶? | 001111110011111100111111100000011111011100111111 | 3f3f3f81f73f |
EUC-JP | �¶ | 100011111010101010100100001111111000111110101010101001001010001011111001100011111010101010100100 | 8faaa43f8faaa4a2f98faaa4 |
UTF-8 | ¼¶ | 11000011100000101100001010111100110000111000001011000010101101101100001110000010 | c382c2bcc382c2b6c382 |
UHC | ?¼?¶? | 00111111101010001111100100111111101000101101001000111111 | 3fa8f93fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)