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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??岷 | 00111111001111111001101110101111 | 3f3f9baf |
EUC-JP | 彛?岷 | 100011111011110011111010001111111101011010110001 | 8fbcfa3fd6b1 |
UTF-8 | 彛ㅾ岷 | 111001011011110110011011111000111000010110111110111001011011001010110111 | e5bd9be385bee5b2b7 |
UHC | 彛ㅾ岷 | 111011001010110110100100111011101101101010111110 | ecada4eedabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)