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 | 竪担損 | 100100100100011110010010010100111001000110111001 | 9247925391b9 |
EUC-JP | 竪担損 | 110000111010100011000011101101001100001010111011 | c3a8c3b4c2bb |
UTF-8 | 竪担損 | 111001111010101110101010111001101000101110000101111001101001000010001101 | e7abaae68b85e6908d |
UHC | 竪?損 | 1110001010110101001111111110000111011111 | e2b53fe1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)