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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隴ャ谿岩恰^ | 11101000101011011010110011100110101011101000101011100010100010101000011001011110 | e8adace6ae8ae28a865e |
EUC-JP | 隴ャ谿岩恰^ | 1111000010101111100011101010110011101100101100001011010011100100101100111110011001011110 | f0af8eacecb0b4e4b3e65e |
UTF-8 | 隴ャ谿岩恰^ | 11101001100110101011010011101111101111011010110011101000101100001011111111100101101100101010100111100110100000011011000001011110 | e99ab4efbdace8b0bfe5b2a9e681b05e |
UHC | ??谿岩恰^ | 001111110011111111001101101011001110010011011011111111011110011001011110 | 3f3fcdace4dbfde65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)