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 | ⅶ璽イ邇ウ | 11111010010001101000111010100011111100011110100110110010111001111000111010110011 | fa468ea3f1e9b2e78eb3 |
EUC-JP | ?璽?イ邇ウ | 00111111101111001010010100111111100011101011001011101101111011101000111010110011 | 3fbca53f8eb2edee8eb3 |
UTF-8 | ⅶ璽イ邇ウ | 111000101000010110110110111001111001001010111101111011101000010110100100111011111011110110110010111010011000001010000111111011111011110110110011 | e285b6e792bdee85a4efbdb2e98287efbdb3 |
UHC | ⅶ璽??邇? | 101001011010011111011111110111100011111100111111111011001100010000111111 | a5a7dfde3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)