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 | 将ミ?讓碆 | 1000111110101011110100000011111111100110101010001110000111101100 | 8fabd03fe6a8e1ec |
EUC-JP | 将ミ繐讓碆 | 1011111010101101100011101101000010001111110101001101001111101100101010101110001011101110 | bead8ed08fd4d3ecaae2ee |
UTF-8 | 将ミ繐讓碆 | 111001011011000010000110111011111011111010010000111001111011100110010000111010001010111010010011111001111010001010000110 | e5b086efbe90e7b990e8ae93e7a286 |
UHC | ???讓? | 001111110011111100111111111001011101001100111111 | 3f3f3fe5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)