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 | åßÑì½ | 1110010111011111100000011101000110001010111011001011110110011101 | e5df81d18aecbd9d |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åß?Ñ?ì?? | 10001111101010111010100110001111101010011100111000111111100011111010101011010000001111111000111110101011110000000011111100111111 | 8faba98fa9ce3f8faad03f8fabc03f3f |
UTF-8 | åßÑì½ | 11000011101001011100001110011111110000101000000111000011100100011100001010001010110000111010110011000010101111011100001010011101 | c3a5c39fc281c391c28ac3acc2bdc29d |
UHC | ?ß????½? | 00111111101010011010110000111111001111110011111100111111101010001111011000111111 | 3fa9ac3f3f3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)