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 | 隴難セ宅 | 11101000101011011001001111101111101111101001000111101110 | e8ad93efbe91ee |
EUC-JP | 隴難セ宅 | 1111000010101111110001101111000110001110101111101100001011110000 | f0afc6f18ebec2f0 |
UTF-8 | 隴難セ宅 | 111010011001101010110100111010011001101110100011111011111011110110111110111001011010111010000101 | e99ab4e99ba3efbdbee5ae85 |
UHC | ?難?宅 | 001111111101000111110001001111111101001111101011 | 3fd1f13fd3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)