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 | 将ミ?讖、 | 10001111101010111101000000111111111001101010100110100100 | 8fabd03fe6a9a4 |
EUC-JP | 将ミ繐讖、 | 1011111010101101100011101101000010001111110101001101001111101100101010111000111010100100 | bead8ed08fd4d3ecab8ea4 |
UTF-8 | 将ミ繐讖、 | 111001011011000010000110111011111011111010010000111001111011100110010000111010001010111010010110111011111011110110100100 | e5b086efbe90e7b990e8ae96efbda4 |
UHC | ???讖? | 001111110011111100111111111100111101100100111111 | 3f3f3ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)