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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛇酌治 | 100011101101011010001110110111101000111010100001 | 8ed68ede8ea1 |
EUC-JP | 蛇酌治 | 101111001101100010111100111000001011110010100011 | bcd8bce0bca3 |
UTF-8 | 蛇酌治 | 111010001001101110000111111010011000010110001100111001101011001010111011 | e89b87e9858ce6b2bb |
UHC | 蛇酌治 | 110111101110111111101101110011001111011010111101 | deefedccf6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)