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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 纈碁山{d | 1110001110010010100011001110100110001110010100100111101101100100 | e3928ce98e527b64 |
EUC-JP | 纈碁山{d | 1110010111110010101110001110101110111011101100110111101101100100 | e5f2b8ebbbb37b64 |
UTF-8 | 纈碁山{d | 1110011110111010100010001110011110100010100000011110010110110001101100010111101101100100 | e7ba88e7a281e5b1b17b64 |
UHC | ?碁山{d | 00111111110100011011001111011111101000110111101101100100 | 3fd1b3dfa37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)