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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄂占アェ | 111001111011110110010000111010001011000110101010 | e7bd90e8b1aa |
EUC-JP | 鄂占アェ | 1110111010111111110000001110101010001110101100011000111010101010 | eebfc0ea8eb18eaa |
UTF-8 | 鄂占アェ | 111010011000010010000010111001011000110110100000111011111011110110110001111011111011110110101010 | e98482e58da0efbdb1efbdaa |
UHC | 鄂占?? | 111001001100011111101111101111110011111100111111 | e4c7efbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)