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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遲ャ逶サ逕ィ | 111001111010110110101100111001111001101110111011111001111001010010101000 | e7adace79bbbe794a8 |
EUC-JP | 遲ャ逶サ逕ィ | 111011101010111110001110101011001110110111111011100011101011101111101101111101001000111010101000 | eeaf8eacedfb8ebbedf48ea8 |
UTF-8 | 遲ャ逶サ逕ィ | 111010011000000110110010111011111011110110101100111010011000000010110110111011111011110110111011111010011000000010010101111011111011110110101000 | e981b2efbdace980b6efbdbbe98095efbda8 |
UHC | 遲???逕? | 1111001011000000001111110011111100111111110011001110111100111111 | f2c03f3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)