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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | リィ}リィ{^ | 1101100011111000110101011010100001111101110110001111100011010101101010000111101101011110 | d8f8d5a87dd8f8d5a87b5e |
EUC-JP | リ?ィ}リ?ィ{^ | 10001110110110000011111110001110101010000111110110001110110110000011111110001110101010000111101101011110 | 8ed83f8ea87d8ed83f8ea87b5e |
UTF-8 | リィ}リィ{^ | 111011111011111010011000111011101001100110110100111011111011110110101000011111011110111110111110100110001110111010011001101101001110111110111101101010000111101101011110 | efbe98ee99b4efbda87defbe98ee99b4efbda87b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)