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 | ä»²çµ ìº | 1110010010111011101100101110011110110101100001011110110010111010 | e4bbb2e7b585ecba |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ä??ç??ìº | 10001111101010111010001100111111001111111000111110101011101011100011111100111111100011111010101111000000100011111010001011101011 | 8faba33f3f8fabae3f3f8fabc08fa2eb |
UTF-8 | ä»²çµ ìº | 11000011101001001100001010111011110000101011001011000011101001111100001010110101110000101000010111000011101011001100001010111010 | c3a4c2bbc2b2c3a7c2b5c285c3acc2ba |
UHC | ??²????º | 00111111001111111010100111110111001111110011111100111111001111111010100010101100 | 3f3fa9f73f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)