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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑???ζ? | 1001010010101000001111110011111100111111100000111100010000111111 | 94a83f3f3f83c43f |
EUC-JP | 畑???ζ? | 1100100010101010001111110011111100111111101001101100011000111111 | c8aa3f3f3fa6c63f |
UTF-8 | 畑듭쉫杻ζ콨 | 1110011110010101100100011110101110010011101011011110110010001001101010111110111110100111100010001100111010110110111011001011110110101000 | e79591eb93adec89abefa788ceb6ecbda8 |
UHC | 畑듭쉫杻ζ콨 | 111011111010010110110101111011001001101010000101111010101111010010100101111001101011000110011101 | efa5b5ec9a85eaf4a5e6b19d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)