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 | ̹½ç¼ | 100011111100110010111001101111011110011110111100 | 8fccb9bde7bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ì??ç? | 00111111100011111010101011000000001111110011111110001111101010111010111000111111 | 3f8faac03f3f8fabae3f |
UTF-8 | ̹½ç¼ | 110000101000111111000011100011001100001010111001110000101011110111000011101001111100001010111100 | c28fc38cc2b9c2bdc3a7c2bc |
UHC | ??¹½?¼ | 001111110011111110101001111101101010100011110110001111111010100011111001 | 3f3fa9f6a8f63fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)