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 | 将エ宵筍ッ | 1000111110101011101101001000111110101010111000101010000110101111 | 8fabb48faae2a1af |
EUC-JP | 将エ宵筍ッ | 10111110101011011000111010110100101111101010110011100100101000111000111010101111 | bead8eb4beace4a38eaf |
UTF-8 | 将エ宵筍ッ | 111001011011000010000110111011111011110110110100111001011010111010110101111001111010110110001101111011111011110110101111 | e5b086efbdb4e5aeb5e7ad8defbdaf |
UHC | ??宵筍? | 00111111001111111110000110110010111000101110110000111111 | 3f3fe1b2e2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)