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 | 迹零倦逑 | 1110011110010001100101111110101110001100100100011110011110010011 | e79197eb8c91e793 |
EUC-JP | 迹零倦逑 | 1110110111110001110011101110110110110111111100011110110111110011 | edf1ceedb7f1edf3 |
UTF-8 | 迹零倦逑 | 111010001011111110111001111010011001101110110110111001011000000010100110111010011000000010010001 | e8bfb9e99bb6e580a6e98091 |
UHC | 迹零倦逑 | 1110111011101001110101101100001111001111111001101100111111000111 | eee9d6c3cfe6cfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)