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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陂爺キ滔硲 | 111010001001100010010110111010101011011110011111111010111001010010100001 | e89896eab79feb94a1 |
EUC-JP | 陂爺キ滔硲 | 11101111111110001100110011101100100011101011011111011110111011011100100010100011 | eff8ccec8eb7deedc8a3 |
UTF-8 | 陂爺キ滔硲 | 111010011001100110000010111001111000100010111010111011111011110110110111111001101011101110010100111001111010000110110010 | e99982e788baefbdb7e6bb94e7a1b2 |
UHC | 陂爺?滔? | 1111100110101110111001011010110000111111110101001010010100111111 | f9aee5ac3fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)