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 | 遶ェ蛛エ諱ッ | 111001111010101110101010111001011000000110110100111001101000000110101111 | e7abaae581b4e681af |
EUC-JP | 遶ェ蛛エ諱ッ | 111011101010110110001110101010101110100111100001100011101011010011101011111000011000111010101111 | eead8eaae9e18eb4ebe18eaf |
UTF-8 | 遶ェ蛛エ諱ッ | 111010011000000110110110111011111011110110101010111010001001101110011011111011111011110110110100111010001010101110110001111011111011110110101111 | e981b6efbdaae89b9befbdb4e8abb1efbdaf |
UHC | ??蛛?諱? | 0011111100111111111100011100100000111111111111011100100100111111 | 3f3ff1c83ffdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)