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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 奛セ鰤ョB | 11111010101000011011111011101001110111001010111001000010 | faa1bee9dcae42 |
EUC-JP | 奛セ鰤ョB | 10001111101110001111011110001110101111101111001011011110100011101010111001000010 | 8fb8f78ebef2de8eae42 |
UTF-8 | 奛セ鰤ョB | 11100101101001011001101111101111101111011011111011101001101100001010010011101111101111011010111001000010 | e5a59befbdbee9b0a4efbdae42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)