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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | シゥヤュフク{d | 1011110010101001110101001010110111001100101110000111101101100100 | bca9d4adccb87b64 |
EUC-JP | シゥヤュフク{d | 1000111010111100100011101010100110001110110101001000111010101101100011101100110010001110101110000111101101100100 | 8ebc8ea98ed48ead8ecc8eb87b64 |
UTF-8 | シゥヤュフク{d | 1110111110111101101111001110111110111101101010011110111110111110100101001110111110111101101011011110111110111110100011001110111110111101101110000111101101100100 | efbdbcefbda9efbe94efbdadefbe8cefbdb87b64 |
UHC | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)