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 | 将ミ?讒ャ | 10001111101010111101000000111111111001101010011110101100 | 8fabd03fe6a7ac |
EUC-JP | 将ミ繐讒ャ | 1011111010101101100011101101000010001111110101001101001111101100101010011000111010101100 | bead8ed08fd4d3eca98eac |
UTF-8 | 将ミ繐讒ャ | 111001011011000010000110111011111011111010010000111001111011100110010000111010001010111010010010111011111011110110101100 | e5b086efbe90e7b990e8ae92efbdac |
UHC | ???讒? | 001111110011111100111111111100111101100000111111 | 3f3f3ff3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)