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 | 酌汐尺 | 11110000111000101000111011011110111100111110111010001110101011001000111011011010 | f0e28edef3ee8eac8eda |
EUC-JP | ?酌?汐尺 | 0011111110111100111000000011111110111100101011101011110011011100 | 3fbce03fbcaebcdc |
UTF-8 | 酌汐尺 | 111011101000001010100001111010011000010110001100111011101000101110100001111001101011000110010000111001011011000010111010 | ee82a1e9858cee8ba1e6b190e5b0ba |
UHC | ?酌?汐尺 | 0011111111101101110011000011111111100000101100011111010010101001 | 3fedcc3fe0b1f4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)