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 | 勺鹿糶 | 100011101101100110001110101011011110001011111010 | 8ed98eade2fa |
EUC-JP | 勺鹿糶 | 101111001101101110111100101011111110010011111100 | bcdbbcafe4fc |
UTF-8 | 勺鹿糶 | 111001011000101110111010111010011011100110111111111001111011001110110110 | e58bbae9b9bfe7b3b6 |
UHC | 勺鹿? | 1110110111000011110101101110001100111111 | edc3d6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)