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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 属贈村炭 | 1001000110101110100100011010000110010001101110101001001001011001 | 91ae91a191ba9259 |
EUC-JP | 属贈村炭 | 1100001010110000110000101010001111000010101111001100001110111010 | c2b0c2a3c2bcc3ba |
UTF-8 | 属贈村炭 | 111001011011000110011110111010001011010010001000111001101001110110010001111001111000001010101101 | e5b19ee8b488e69d91e782ad |
UHC | ?贈村炭 | 00111111111100011111110011110101101111011111011110101001 | 3ff1fcf5bdf7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)