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 | 酌汐 | 1111001011100010100011101101111011110011111011101000111010101100 | f2e28edef3ee8eac |
EUC-JP | ?酌?汐 | 001111111011110011100000001111111011110010101110 | 3fbce03fbcae |
UTF-8 | 酌汐 | 111011101000100010011001111010011000010110001100111011101000101110100001111001101011000110010000 | ee8899e9858cee8ba1e6b190 |
UHC | ?酌?汐 | 001111111110110111001100001111111110000010110001 | 3fedcc3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)