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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矼キ魘ォ跂 | 1110000111100011101101111110100110110100101010111110011011100011 | e1e3b7e9b4abe6e3 |
EUC-JP | 矼キ魘ォ跂 | 11100010111001011000111010110111111100101011011010001110101010111110110011100101 | e2e58eb7f2b68eabece5 |
UTF-8 | 矼キ魘ォ跂 | 111001111001111110111100111011111011110110110111111010011010110110011000111011111011110110101011111010001011011110000010 | e79fbcefbdb7e9ad98efbdabe8b782 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)