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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 勺鹿糶赦失\ | 1000111011011001100011101010110111100010111110101000111011001101100011101011100001011100 | 8ed98eade2fa8ecd8eb85c |
EUC-JP | 勺鹿糶赦失\ | 1011110011011011101111001010111111100100111111001011110011001111101111001011101001011100 | bcdbbcafe4fcbccfbcba5c |
UTF-8 | 勺鹿糶赦失\ | 11100101100010111011101011101001101110011011111111100111101100111011011011101000101101011010011011100101101001001011000101011100 | e58bbae9b9bfe7b3b6e8b5a6e5a4b15c |
UHC | 勺鹿?赦失\ | 11101101110000111101011011100011001111111101111011110101111000111111011101011100 | edc3d6e33fdef5e3f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)