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 | 竪淡族脱損 | 10010010010001111001001001010111100100011011000010010010010001011001000110111001 | 9247925791b0924591b9 |
EUC-JP | 竪淡族脱損 | 11000011101010001100001110111000110000101011001011000011101001101100001010111011 | c3a8c3b8c2b2c3a6c2bb |
UTF-8 | 竪淡族脱損 | 111001111010101110101010111001101011011110100001111001101001011110001111111010001000010010110001111001101001000010001101 | e7abaae6b7a1e6978fe884b1e6908d |
UHC | 竪淡族?損 | 111000101011010111010011101111111111000011101001001111111110000111011111 | e2b5d3bff0e93fe1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)