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 | 巽巽造竪臓 | 10010010010001101001001001000110100100011010001010010010010001111001000110011111 | 9246924691a29247919f |
EUC-JP | 巽巽造竪臓 | 11000011101001111100001110100111110000101010010011000011101010001100001010100001 | c3a7c3a7c2a4c3a8c2a1 |
UTF-8 | 巽巽造竪臓 | 111001011011011110111101111001011011011110111101111010011000000010100000111001111010101110101010111010001000011110010011 | e5b7bde5b7bde980a0e7abaae88793 |
UHC | 巽巽造竪? | 111000011101111011100001110111101111000011100011111000101011010100111111 | e1dee1def0e3e2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)