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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 畑?畑?^ | 10010100101010000011111110010100101010000011111101011110 | 94a83f94a83f5e |
EUC-JP | 畑?畑?^ | 11001000101010100011111111001000101010100011111101011110 | c8aa3fc8aa3f5e |
UTF-8 | 畑킘畑킘^ | 11100111100101011001000111101101100000101001100011100111100101011001000111101101100000101001100001011110 | e79591ed8298e79591ed82985e |
UHC | 畑킘畑킘^ | 111011111010010110110101010001001110111110100101101101010100010001011110 | efa5b544efa5b5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)