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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韋包スィ錮 | 1110100011101000100101011110111110111101101010001110011111111100 | e8e895efbda8e7fc |
EUC-JP | 韋包スィ錮 | 11110000111010101100101011110001100011101011110110001110101010001110111011111110 | f0eacaf18ebd8ea8eefe |
UTF-8 | 韋包スィ錮 | 111010011001111110001011111001011000110010000101111011111011110110111101111011111011110110101000111010011000110010101110 | e99f8be58c85efbdbdefbda8e98cae |
UHC | 韋包??錮 | 1110101011011111111110001101000000111111001111111100110111010001 | eadff8d03f3fcdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)