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 | 鬘具スイ陋ッ | 111010011010000110001011111011111011110110110010111010001001101110101111 | e9a18befbdb2e89baf |
EUC-JP | 鬘具スイ陋ッ | 111100101010001110110110111100011000111010111101100011101011001011101111111110111000111010101111 | f2a3b6f18ebd8eb2effb8eaf |
UTF-8 | 鬘具スイ陋ッ | 111010011010110010011000111001011000010110110111111011111011110110111101111011111011110110110010111010011001100110001011111011111011110110101111 | e9ac98e585b7efbdbdefbdb2e9998befbdaf |
UHC | ?具??陋? | 0011111111001110111111010011111100111111110101111011000000111111 | 3fcefd3f3fd7b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)