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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畑?┤猶 | 10010100101010000011111110000100101001111001011101010000 | 94a83f84a79750 |
EUC-JP | 畑?┤猶 | 11001000101010100011111110101000101010011100110110110001 | c8aa3fa8a9cdb1 |
UTF-8 | 畑룸┤猶 | 111001111001010110010001111010111010001110111000111000101001010010100100111001111000110010110110 | e79591eba3b8e294a4e78cb6 |
UHC | 畑룸┤猶 | 1110111110100101101101111110101110100110101010011110101110100010 | efa5b7eba6a9eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)