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 | 竪其尊脱損 | 10010010010001111001000110110100100100011011100010010010010001011001000110111001 | 924791b491b8924591b9 |
EUC-JP | 竪其尊脱損 | 11000011101010001100001010110110110000101011101011000011101001101100001010111011 | c3a8c2b6c2bac3a6c2bb |
UTF-8 | 竪其尊脱損 | 111001111010101110101010111001011000010110110110111001011011000010001010111010001000010010110001111001101001000010001101 | e7abaae585b6e5b08ae884b1e6908d |
UHC | 竪其尊?損 | 111000101011010111010000111011001111000011101110001111111110000111011111 | e2b5d0ecf0ee3fe1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)