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 | 晶ワ繒サワ猪 | 100011111011101111011100111110111000111110111011110111001111101101011110 | 8fbbdcfb8fbbdcfb5e |
EUC-JP | 晶ワ繒サワ? | 101111101011110110001110110111001000111111010100110101001000111010111011100011101101110000111111 | bebd8edc8fd4d48ebb8edc3f |
UTF-8 | 晶ワ繒サワ猪 | 111001101001100110110110111011111011111010011100111001111011100110010010111011111011110110111011111011111011111010011100111011111010100010010110 | e699b6efbe9ce7b992efbdbbefbe9cefa896 |
UHC | 晶?繒??? | 1110111111011100001111111111000111111001001111110011111100111111 | efdc3ff1f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)