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 | 勺鹿霹 | 100011101101100110001110101011011110100011000110 | 8ed98eade8c6 |
EUC-JP | 勺鹿霹 | 101111001101101110111100101011111111000011001000 | bcdbbcaff0c8 |
UTF-8 | 勺鹿霹 | 111001011000101110111010111010011011100110111111111010011001110010111001 | e58bbae9b9bfe99cb9 |
UHC | 勺鹿霹 | 111011011100001111010110111000111101110010100100 | edc3d6e3dca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)